mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
14 lines
163 B
CSS
14 lines
163 B
CSS
.root {
|
|
@apply border-t border-accent-2;
|
|
}
|
|
|
|
.link {
|
|
& > svg {
|
|
@apply transform duration-75 ease-linear;
|
|
}
|
|
|
|
&:hover > svg {
|
|
@apply scale-110;
|
|
}
|
|
}
|