mirror of
https://github.com/vercel/commerce.git
synced 2025-03-31 17:25:53 +00:00
11 lines
108 B
CSS
11 lines
108 B
CSS
.root {
|
|
}
|
|
|
|
.list {
|
|
@apply flex flex-row items-center;
|
|
}
|
|
|
|
.item {
|
|
@apply mr-6 cursor-pointer relative;
|
|
}
|