commerce/src/components/common/HeadingCommon/HeadingCommon.module.scss

16 lines
232 B
SCSS

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