commerce/components/common/Footer/Footer.module.css
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;
}
}