Commit
·
85bdce4
1
Parent(s):
f247dc6
3. Okt. 2024, 05:16
Browse files- _res/_custom.css +2 -2
_res/_custom.css
CHANGED
@@ -9,7 +9,7 @@ body {
|
|
9 |
justify-content: center;
|
10 |
align-items: center;
|
11 |
z-index: 200;
|
12 |
-
transition: opacity 0.
|
13 |
|
14 |
& #alertModal {
|
15 |
position: absolute !important;
|
@@ -71,7 +71,7 @@ body {
|
|
71 |
height: 355px;
|
72 |
top: 0;
|
73 |
z-index: 0;
|
74 |
-
transition: filter 0.
|
75 |
filter: blur(var(--blur-value));
|
76 |
}
|
77 |
}
|
|
|
9 |
justify-content: center;
|
10 |
align-items: center;
|
11 |
z-index: 200;
|
12 |
+
transition: opacity 0.8s ease-out, backdrop-filter 0.8s ease-out;
|
13 |
|
14 |
& #alertModal {
|
15 |
position: absolute !important;
|
|
|
71 |
height: 355px;
|
72 |
top: 0;
|
73 |
z-index: 0;
|
74 |
+
transition: filter 0.8s ease-out;
|
75 |
filter: blur(var(--blur-value));
|
76 |
}
|
77 |
}
|