add theme
This commit is contained in:
15
wp/wp-content/themes/medicalalert/src/scss/h1-heading.scss
Normal file
15
wp/wp-content/themes/medicalalert/src/scss/h1-heading.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.comsumer-brand {
|
||||
.h1-heading-slice-container {
|
||||
h1 {
|
||||
color: $consumer-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.business-brand {
|
||||
.h1-heading-slice-container {
|
||||
h1 {
|
||||
color: $business-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user