1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-12 12:15:07 -05:00
mail/src/sass/views/_dialog.scss

20 lines
289 B
SCSS
Raw Normal View History

.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;
}
}
}