feat: Heading Common

This commit is contained in:
quocsonnguyen
2021-08-25 15:09:39 +07:00
parent ce3efdce7d
commit 9ad9d33fb9
7 changed files with 16870 additions and 4734 deletions

View File

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