update dialogs

This commit is contained in:
Luke Pulverenti 2016-03-23 15:39:59 -04:00
parent 76dd2768d2
commit 59c19c458f
2 changed files with 7 additions and 10 deletions

View file

@ -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;