feat: ProductCollection HomeRecipe

:%s
This commit is contained in:
unknown
2021-08-26 18:24:27 +07:00
parent 95b890f2cc
commit 880fa6c980
12 changed files with 210 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
@import '../../../styles/utilities';
.headingCommon {
@apply heading-1 font-heading uppercase text-left spacing-horizontal-left;
@apply heading-1 font-heading uppercase text-left;
&.highlight {
color: var(--negative);
@@ -13,7 +13,5 @@
@apply text-center;
}
@screen md {
@apply spacing-horizontal;
}
}