1
0
mirror of https://github.com/vercel/commerce.git synced 2025-03-29 16:55:52 +00:00
2020-10-19 15:22:48 -03:00

9 lines
158 B
CSS

.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;
}