forked from crowetic/commerce
12 lines
125 B
CSS
12 lines
125 B
CSS
.root {
|
|
@apply bg-white py-10 flex flex-row w-full;
|
|
}
|
|
|
|
.primary {
|
|
@apply bg-white;
|
|
}
|
|
|
|
.secondary {
|
|
@apply bg-violet;
|
|
}
|