commerce/components/product/ProductCard/ProductCard.module.css
2020-10-02 11:57:11 -03:00

4 lines
74 B
CSS

.root {
@apply relative w-full h-full p-6 box-border overflow-hidden;
}