1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
mail/src/sass/views/_dialog.scss
2014-04-15 17:43:33 +02:00

20 lines
289 B
SCSS

.view-dialog {
height: auto;
@include respond-to(desktop) {
max-width: 350px;
top: 30%;
}
p {
text-align: center;
max-width: 80%;
margin: 30px auto;
}
.control {
button {
width: 100px;
}
}
}