commerce/site/components/common/Footer/Footer.module.css
2022-01-07 11:48:45 -05: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;
}
}