ui: reduced aggresive blur effect on the modal component (#3937)
This commit is contained in:
parent
a4ebf69bc9
commit
3c721cb97d
@ -3,7 +3,6 @@ button,
|
|||||||
fieldset,
|
fieldset,
|
||||||
.modal {
|
.modal {
|
||||||
&__overlay {
|
&__overlay {
|
||||||
@apply backdrop-blur-lg;
|
|
||||||
background-color: hsla(var(--modal-overlay));
|
background-color: hsla(var(--modal-overlay));
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
@ -114,7 +114,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"modal": {
|
"modal": {
|
||||||
"overlay": "0, 0%, 0%, 0.5",
|
"overlay": "0, 0%, 0%, 0.7",
|
||||||
"bg": "215, 25%, 9%, 1",
|
"bg": "215, 25%, 9%, 1",
|
||||||
"fg": "0, 0%, 100%, 11"
|
"fg": "0, 0%, 100%, 11"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -114,7 +114,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"modal": {
|
"modal": {
|
||||||
"overlay": "0, 0%, 0%, 0.5",
|
"overlay": "0, 0%, 0%, 0.7",
|
||||||
"bg": "0, 0%, 100%, 1",
|
"bg": "0, 0%, 100%, 1",
|
||||||
"fg": "0, 0%, 0%, 1"
|
"fg": "0, 0%, 0%, 1"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -114,7 +114,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"modal": {
|
"modal": {
|
||||||
"overlay": "0, 0%, 0%, 0.5",
|
"overlay": "0, 0%, 0%, 0.7",
|
||||||
"bg": "222, 96%, 16%, 1",
|
"bg": "222, 96%, 16%, 1",
|
||||||
"fg": "0, 0%, 100%, 11"
|
"fg": "0, 0%, 100%, 11"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user