15 lines
242 B
SCSS
15 lines
242 B
SCSS
.comsumer-brand {
|
|
.h1-heading-slice-container {
|
|
h1 {
|
|
color: $consumer-primary;
|
|
}
|
|
}
|
|
}
|
|
|
|
.business-brand {
|
|
.h1-heading-slice-container {
|
|
h1 {
|
|
color: $business-primary;
|
|
}
|
|
}
|
|
} |