homepage and mini mobile systems
This commit is contained in:
27
wp/wp-content/themes/medicalalert/src/scss/h6-heading.scss
Normal file
27
wp/wp-content/themes/medicalalert/src/scss/h6-heading.scss
Normal file
@@ -0,0 +1,27 @@
|
||||
h6 {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
line-height: 40px;
|
||||
text-transform: capitalize;
|
||||
color: $ma-purple;
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
// font-size: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
.f-purple h6 {
|
||||
color: $ma-purple;
|
||||
}
|
||||
|
||||
.f-nacy h6 {
|
||||
color: $ma-navy;
|
||||
}
|
||||
|
||||
.f-white h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.f-black h6 {
|
||||
color: $ma-black;
|
||||
}
|
||||
Reference in New Issue
Block a user