Commit
·
a88d05c
1
Parent(s):
c3d3d14
3. Okt. 2024, 06:11
Browse files- _res/_custom.css +3 -1
_res/_custom.css
CHANGED
@@ -9,7 +9,9 @@ body {
|
|
9 |
justify-content: center;
|
10 |
align-items: center;
|
11 |
z-index: 200;
|
12 |
-
transition: opacity 0.
|
|
|
|
|
13 |
& #alertModal {
|
14 |
position: absolute !important;
|
15 |
top: 50%;
|
|
|
9 |
justify-content: center;
|
10 |
align-items: center;
|
11 |
z-index: 200;
|
12 |
+
transition: opacity 0.4s ease-in-out, backdrop-filter 0.4s ease-in-out;
|
13 |
+
backdrop-filter: blur(var(--blur-value));
|
14 |
+
|
15 |
& #alertModal {
|
16 |
position: absolute !important;
|
17 |
top: 50%;
|