mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
css: Reorder app_components.scss so that .overlay.show are in one place.
This commit is contained in:
@@ -268,18 +268,18 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overlay.show {
|
|
||||||
opacity: 1;
|
|
||||||
pointer-events: all;
|
|
||||||
transition-timing-function: ease-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.overlay .overlay-content {
|
.overlay .overlay-content {
|
||||||
transform: translateY(20px);
|
transform: translateY(20px);
|
||||||
transition: transform 0.2s ease-in;
|
transition: transform 0.2s ease-in;
|
||||||
z-index: 102;
|
z-index: 102;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.overlay.show {
|
||||||
|
opacity: 1;
|
||||||
|
pointer-events: all;
|
||||||
|
transition-timing-function: ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
.overlay.show .overlay-content {
|
.overlay.show .overlay-content {
|
||||||
transform: translateY(0px);
|
transform: translateY(0px);
|
||||||
transition-timing-function: ease-out;
|
transition-timing-function: ease-out;
|
||||||
|
|||||||
Reference in New Issue
Block a user