Fixed modal style

This commit is contained in:
Joel Collins 2019-11-28 10:35:26 +00:00
parent 7b97e6c365
commit cb2c826436

View file

@ -207,12 +207,16 @@
/*
* Modal
*/
.uk-modal-dialoge {
.uk-modal-dialog {
border-radius: @paper-border-radius;
box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
transition: 0.3s ease !important;
}
.uk-modal-footer {
border-radius: @paper-border-radius;
}
/*
* Notifications
*/