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

29 lines
513 B
SCSS
Raw Normal View History

.view-dialog {
padding: 0px;
color: $color-grey-dark;
max-width: 350px;
height: auto;
top: 30%;
@include respond-to(mobile) {
top: 0;
max-width: 100%;
}
p {
text-align: center;
max-width: 80%;
margin: 30px auto 70px auto;
}
.control {
position: absolute;
bottom: $lightbox-padding;
right: $lightbox-padding;
button {
width: 100px;
border: 0!important;
}
}
}