2016-03-14 22:35:57 +05:00
|
|
|
@charset 'UTF-8';
|
|
|
|
|
|
|
|
|
|
.prompt {
|
2016-03-16 20:31:21 +05:00
|
|
|
background: $white;
|
|
|
|
|
border: 1px solid $light-gray;
|
2016-03-14 22:35:57 +05:00
|
|
|
margin: 50px auto;
|
|
|
|
|
max-width: 90%;
|
2016-03-16 20:31:21 +05:00
|
|
|
padding: 1em 2em 0;
|
2016-03-14 22:35:57 +05:00
|
|
|
width: 600px;
|
|
|
|
|
|
|
|
|
|
.prompt__heading {
|
2016-03-16 20:31:21 +05:00
|
|
|
display: table;
|
2016-08-03 12:19:27 -05:00
|
|
|
font-size: em(18px);
|
2016-03-14 22:35:57 +05:00
|
|
|
line-height: normal;
|
|
|
|
|
margin: 1em 0;
|
2016-08-03 12:19:27 -05:00
|
|
|
table-layout: fixed;
|
2016-03-14 22:35:57 +05:00
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
> div {
|
|
|
|
|
display: table-cell;
|
|
|
|
|
vertical-align: top;
|
2016-08-03 12:19:27 -05:00
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
|
width: 70px;
|
|
|
|
|
}
|
2016-03-14 22:35:57 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt__allow {
|
2016-08-03 12:19:27 -05:00
|
|
|
font-size: em(20px);
|
2016-03-16 20:31:21 +05:00
|
|
|
margin: 1em 0;
|
2016-03-14 22:35:57 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt__buttons {
|
2016-08-03 12:19:27 -05:00
|
|
|
border-top: 1px solid $light-gray;
|
2016-03-14 22:35:57 +05:00
|
|
|
padding: 1.5em 0;
|
2016-03-16 20:31:21 +05:00
|
|
|
text-align: right;
|
2016-03-14 22:35:57 +05:00
|
|
|
}
|
2016-08-30 14:40:30 -03:00
|
|
|
|
|
|
|
|
.prompt__error {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
2016-03-14 22:35:57 +05:00
|
|
|
}
|