forked from crowetic/commerce
8 lines
123 B
CSS
8 lines
123 B
CSS
.root {
|
|
@apply p-0 bg-black text-white;
|
|
}
|
|
|
|
.container {
|
|
@apply flex justify-between items-center flex-row px-4 py-5;
|
|
}
|