Commit
·
cb9be22
1
Parent(s):
a88d05c
3. Okt. 2024, 06:19
Browse files- _res/_custom.css +2 -0
_res/_custom.css
CHANGED
@@ -3,6 +3,7 @@ body {
|
|
3 |
|
4 |
/* MARK: Modal warning resolution */
|
5 |
& #resolution_modal_wrapper {
|
|
|
6 |
position: absolute !important;
|
7 |
inset: 0;
|
8 |
display: flex;
|
@@ -11,6 +12,7 @@ body {
|
|
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;
|
|
|
3 |
|
4 |
/* MARK: Modal warning resolution */
|
5 |
& #resolution_modal_wrapper {
|
6 |
+
--opacity-value: 1;
|
7 |
position: absolute !important;
|
8 |
inset: 0;
|
9 |
display: flex;
|
|
|
12 |
z-index: 200;
|
13 |
transition: opacity 0.4s ease-in-out, backdrop-filter 0.4s ease-in-out;
|
14 |
backdrop-filter: blur(var(--blur-value));
|
15 |
+
opacity: (--opacity-value);
|
16 |
|
17 |
& #alertModal {
|
18 |
position: absolute !important;
|