mirror of
https://github.com/vercel/commerce.git
synced 2025-04-25 12:27:50 +00:00
15 lines
147 B
CSS
15 lines
147 B
CSS
.root {
|
|
}
|
|
|
|
.list {
|
|
@apply flex flex-row items-center;
|
|
}
|
|
|
|
.item {
|
|
@apply mr-6 cursor-pointer relative;
|
|
|
|
&:last-child {
|
|
@apply mr-0;
|
|
}
|
|
}
|