Files
commerce/src/components/common/CustomShapeSvg/ViewAllItem.module.scss
lytrankieio123 bd7cf33a51 🎨 styles: custom shape
:%s
2021-09-10 09:28:38 +07:00

17 lines
313 B
SCSS

@import "../../../styles/utilities";
.viewAll {
display: flex;
.content {
color: var(--primary);
margin: 0.8rem 0.8rem 0.8rem 0;
font-weight: bold;
}
.vector {
margin: 0.8rem 0rem 0.8rem 0rem;
svg path {
fill: var(--primary);
}
}
}