mirror of
https://github.com/vercel/commerce.git
synced 2025-07-01 02:41:22 +00:00
20 lines
308 B
CSS
20 lines
308 B
CSS
.root {
|
|
@apply p-5 text-accent-9 flex items-center
|
|
justify-center font-semibold cursor-pointer
|
|
bg-accent-0 text-sm;
|
|
transition: opacity 0.2s ease;
|
|
}
|
|
|
|
.root:focus {
|
|
@apply outline-none;
|
|
}
|
|
|
|
.icon {
|
|
@apply text-accent-9;
|
|
transition: transform 0.2s ease;
|
|
}
|
|
|
|
.icon {
|
|
transition: fill 0.4s ease;
|
|
}
|