forked from crowetic/commerce
8 lines
133 B
CSS
8 lines
133 B
CSS
.root {
|
|
@apply;
|
|
}
|
|
|
|
.container {
|
|
@apply flex justify-between items-center flex-row px-6 h-20 relative border-gray-100 border-b;
|
|
}
|