mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Adding Modal Component and Login View
This commit is contained in:
8
components/ui/Modal/Modal.module.css
Normal file
8
components/ui/Modal/Modal.module.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.root {
|
||||
@apply fixed bg-black flex items-center inset-0 z-50 justify-center;
|
||||
background-color: rgba(0, 0, 0, 0.35);
|
||||
}
|
||||
|
||||
.modal {
|
||||
@apply bg-white p-12;
|
||||
}
|
Reference in New Issue
Block a user