2017-07-27 17:41:23 +00:00
|
|
|
|
|
|
|
|
@import '~client/assets/scss/colors.scss';
|
|
|
|
|
|
|
|
|
|
@mixin centeredModal() {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
|
|
header, footer {
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-dialog {
|
2017-11-08 17:40:37 +00:00
|
|
|
width: auto;
|
|
|
|
|
|
2017-07-27 17:41:23 +00:00
|
|
|
.title {
|
2017-08-20 22:32:32 +00:00
|
|
|
min-height: 24px;
|
2017-07-27 17:41:23 +00:00
|
|
|
margin-top: 24px;
|
|
|
|
|
font-family: 'Roboto Condensed';
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: $gray-50;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text {
|
2017-07-31 23:04:40 +00:00
|
|
|
min-height: 60px;
|
2017-07-27 17:41:23 +00:00
|
|
|
font-family: Roboto;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 1.43;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: $gray-100;
|
2017-07-31 23:04:40 +00:00
|
|
|
overflow-y: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2017-07-27 17:41:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|