1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-11 23:11:22 +00:00
2021-06-05 16:07:15 -03:00

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;
}
}