css: Reorder app_components.scss so that `.overlay.show` are in one place.

This commit is contained in:
Vaibhav 2019-05-28 03:30:06 +05:30 committed by Tim Abbott
parent ff7aedd78a
commit 6abd05f77b
1 changed files with 6 additions and 6 deletions

View File

@ -268,18 +268,18 @@
overflow: hidden;
}
.overlay.show {
opacity: 1;
pointer-events: all;
transition-timing-function: ease-out;
}
.overlay .overlay-content {
transform: translateY(20px);
transition: transform 0.2s ease-in;
z-index: 102;
}
.overlay.show {
opacity: 1;
pointer-events: all;
transition-timing-function: ease-out;
}
.overlay.show .overlay-content {
transform: translateY(0px);
transition-timing-function: ease-out;