Sebastiankay commited on
Commit
d8cd318
·
1 Parent(s): 6e08c04

3. Okt. 2024, 05:02

Browse files
Files changed (1) hide show
  1. _res/_custom.css +2 -1
_res/_custom.css CHANGED
@@ -10,6 +10,8 @@ body {
10
  align-items: center;
11
  backdrop-filter: blur(12px);
12
  z-index: 200;
 
 
13
 
14
  & #alertModal {
15
  position: absolute !important;
@@ -34,7 +36,6 @@ body {
34
  border-right-color: var(--primary-600);
35
  border-bottom-color: var(--primary-600);
36
  border-left-color: var(--primary-600);
37
-
38
  border-radius: var(--container-radius);
39
 
40
  & #alertModalP {
 
10
  align-items: center;
11
  backdrop-filter: blur(12px);
12
  z-index: 200;
13
+ transition: opacity 0.4s ease-out, backdrop-filter 0.4s ease-out;
14
+ opacity: 1;
15
 
16
  & #alertModal {
17
  position: absolute !important;
 
36
  border-right-color: var(--primary-600);
37
  border-bottom-color: var(--primary-600);
38
  border-left-color: var(--primary-600);
 
39
  border-radius: var(--container-radius);
40
 
41
  & #alertModalP {