38 lines
525 B
SCSS
38 lines
525 B
SCSS
// .comsumer-brand {
|
|
// .h2-heading-slice-container {
|
|
// h2 {
|
|
// color: $consumer-primary;
|
|
// }
|
|
// }
|
|
// }
|
|
|
|
// .business-brand {
|
|
// .h2-heading-slice-container {
|
|
// h2 {
|
|
// color: $business-primary;
|
|
// }
|
|
// }
|
|
// }
|
|
|
|
|
|
h2 {
|
|
font-size: calc(1.4rem + 1vw);
|
|
font-weight: 400;
|
|
line-height: 50px;
|
|
}
|
|
|
|
.f-purple h2 {
|
|
color: $ma-purple;
|
|
}
|
|
|
|
.f-navy h2 {
|
|
color: $ma-navy;
|
|
}
|
|
|
|
.f-white h2 {
|
|
color: white;
|
|
}
|
|
|
|
.f-black h2 {
|
|
color: $ma-black;
|
|
} |