4
0
forked from crowetic/commerce
2020-10-24 17:10:54 -03:00

13 lines
240 B
CSS

.root {
@apply fixed bg-primary text-primary flex items-center inset-0 z-50 justify-center;
background-color: rgba(0, 0, 0, 0.35);
}
.modal {
@apply bg-primary p-12 border border-accents-2;
}
.modal:focus {
@apply outline-none;
}