1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-13 20:55:05 -05:00
mail/src/sass/views/_dialog.scss

17 lines
239 B
SCSS
Raw Normal View History

.view-dialog {
max-width: 350px;
height: auto;
top: 30%;
p {
text-align: center;
max-width: 80%;
margin: 30px auto;
}
.control {
button {
width: 100px;
}
}
}