Sam backdrop filter

This commit is contained in:
Bel Curcio 2021-06-06 17:25:44 -03:00
parent 711e24fcb6
commit 177a9cb510

View File

@ -1,6 +1,7 @@
.root { .root {
@apply fixed bg-primary text-primary flex items-center inset-0 z-50 justify-center; @apply fixed bg-black bg-opacity-40 flex items-center inset-0 z-50 justify-center;
background-color: rgba(0, 0, 0, 0.35); backdrop-filter: blur(0.8px);
-webkit-backdrop-filter: blur(0.8px);
} }
.modal { .modal {