mirror of https://github.com/zulip/zulip.git
css: Reorder app_components.scss so that `.overlay.show` are in one place.
This commit is contained in:
parent
ff7aedd78a
commit
6abd05f77b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue