2016-07-06 22:11:37 +00:00
|
|
|
@import '../constants/colors';
|
|
|
|
|
|
|
|
.response-pane {
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.response-pane__overlay {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
2016-08-29 17:58:59 +00:00
|
|
|
background: @bg-backdrop;
|
2016-07-06 22:11:37 +00:00
|
|
|
z-index: 10;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
overflow: hidden;
|
|
|
|
|
2016-09-13 18:31:07 +00:00
|
|
|
.btn--outlined {
|
|
|
|
background: @bg-super-dark;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background: @bg-dark;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-07-06 22:11:37 +00:00
|
|
|
i.fa {
|
2016-08-29 17:58:59 +00:00
|
|
|
color: @font-dark-bg;
|
2016-07-06 22:11:37 +00:00
|
|
|
font-size: 6rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|