mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 15:36:58 +00:00
14 lines
278 B
CSS
14 lines
278 B
CSS
.root {
|
|
@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 {
|
|
@apply bg-primary p-12 border border-accent-2 relative;
|
|
}
|
|
|
|
.modal:focus {
|
|
@apply outline-none;
|
|
}
|