forked from crowetic/commerce
11 lines
99 B
CSS
11 lines
99 B
CSS
.root {
|
|
}
|
|
|
|
.list {
|
|
@apply flex flex-row items-center;
|
|
}
|
|
|
|
.item {
|
|
@apply mr-6 cursor-pointer;
|
|
}
|