Changed modal backdrop to not be a blur effect.
This commit is contained in:
parent
fedf1eb4c5
commit
79e7d67ec2
1 changed files with 2 additions and 3 deletions
|
|
@ -87,13 +87,12 @@ dialog {
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog::backdrop {
|
dialog::backdrop {
|
||||||
background: rgba(0, 0, 0, 0.5);
|
background: rgba(0, 0, 0, 0.4);
|
||||||
backdrop-filter: blur(2px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog article {
|
dialog article {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog article p {
|
dialog article p {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue