Files
medicalalert-web-reloaded/wp/wp-content/themes/medicalalert/src/scss/h2-heading.scss
2024-06-17 14:43:43 -04:00

15 lines
242 B
SCSS

.comsumer-brand {
.h2-heading-slice-container {
h2 {
color: $consumer-primary;
}
}
}
.business-brand {
.h2-heading-slice-container {
h2 {
color: $business-primary;
}
}
}