15 lines
242 B
SCSS
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;
|
|
}
|
|
}
|
|
} |