update dialogs
This commit is contained in:
parent
76dd2768d2
commit
59c19c458f
2 changed files with 7 additions and 10 deletions
|
@ -2,12 +2,9 @@
|
|||
margin: 0;
|
||||
border-radius: 4px;
|
||||
z-index: 999999 !important;
|
||||
background-color: #fff;
|
||||
position: fixed;
|
||||
margin: 24px 40px;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
background: #ffffff;
|
||||
color: #212121;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
|
||||
height: auto;
|
||||
|
@ -113,9 +110,9 @@
|
|||
transition: opacity ease-out 0.2s;
|
||||
}
|
||||
|
||||
.dialogBackdrop.opened {
|
||||
opacity: .6;
|
||||
}
|
||||
.dialogBackdrop.opened {
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
.dialog::backdrop {
|
||||
opacity: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue