Fixed modal style
This commit is contained in:
parent
7b97e6c365
commit
cb2c826436
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue