mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 15:36:58 +00:00
Sam backdrop filter
This commit is contained in:
parent
711e24fcb6
commit
177a9cb510
@ -1,6 +1,7 @@
|
||||
.root {
|
||||
@apply fixed bg-primary text-primary flex items-center inset-0 z-50 justify-center;
|
||||
background-color: rgba(0, 0, 0, 0.35);
|
||||
@apply fixed bg-black bg-opacity-40 flex items-center inset-0 z-50 justify-center;
|
||||
backdrop-filter: blur(0.8px);
|
||||
-webkit-backdrop-filter: blur(0.8px);
|
||||
}
|
||||
|
||||
.modal {
|
||||
|
Loading…
x
Reference in New Issue
Block a user