commerce/src/components/common/HeadingCommon/HeadingCommon.module.scss
2021-08-25 15:11:20 +07:00

20 lines
319 B
SCSS

@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;
}
}