|
|
@ -504,6 +504,10 @@ code { |
|
|
|
&__overlay-area { |
|
|
|
position: relative; |
|
|
|
|
|
|
|
&__blurred form { |
|
|
|
filter: blur(2px); |
|
|
|
} |
|
|
|
|
|
|
|
&__overlay { |
|
|
|
position: absolute; |
|
|
|
top: 0; |
|
|
@ -514,8 +518,10 @@ code { |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
background: rgba($ui-base-color, 0.65); |
|
|
|
backdrop-filter: blur(2px); |
|
|
|
border-radius: 4px; |
|
|
|
margin-left: -4px; |
|
|
|
margin-top: -4px; |
|
|
|
padding: 4px; |
|
|
|
|
|
|
|
&__content { |
|
|
|
text-align: center; |
|
|
|