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