Fix transition
This commit is contained in:
@@ -314,8 +314,7 @@ table {width: auto !important;}
|
|||||||
box-shadow: 1px 1px var(--layer_4_shadow) var(--shadow_color);
|
box-shadow: 1px 1px var(--layer_4_shadow) var(--shadow_color);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
transition: opacity .4s;
|
transition: opacity .4s, left .5s, top .5s;
|
||||||
transition: left .4s;
|
|
||||||
}
|
}
|
||||||
.intro_popup:before {
|
.intro_popup:before {
|
||||||
content: "";
|
content: "";
|
||||||
|
Reference in New Issue
Block a user