🔀 merge: Merge branch 'm1-sonnguyen' of github.com:KieIO/grocery-vercel-commerce into m2-datnguyen

:%s
This commit is contained in:
unknown
2021-08-26 18:29:14 +07:00
67 changed files with 1536 additions and 137 deletions

View File

@@ -1,13 +1,13 @@
@import '../../../styles/utilities';
.headingCommon {
@apply heading-1 font-heading uppercase text-left;
@apply heading-1 font-heading text-left;
&.highlight {
color: var(--negative);
}
&.light {
color: var(--disabled);
color: var(--white);
}
&.center {
@apply text-center;