Files
mostlymatter/webapp/sass/components/_oauth.scss
2016-03-17 05:42:38 +05:00

39 строки
686 B
SCSS

@charset 'UTF-8';
.prompt {
background: $white;
border: 1px solid $light-gray;
margin: 50px auto;
max-width: 90%;
padding: 1em 2em 0;
width: 600px;
.prompt__heading {
display: table;
font-size: em(20px);
line-height: normal;
margin: 1em 0;
width: 100%;
> div {
display: table-cell;
vertical-align: top;
}
img {
margin-right: 15px;
}
}
.prompt__allow {
font-size: em(24px);
margin: 1em 0;
}
.prompt__buttons {
border-top: 1px solid $dark-gray;
padding: 1.5em 0;
text-align: right;
}
}