Files
medicalalert-web-reloaded/wp/wp-content/themes/medicalalert/src/scss/phone-contact.scss
Tony Volpe 706f089d5e add theme
2024-06-18 16:47:10 -04:00

32 lines
544 B
SCSS

.phone-contact-slice-container {
h3 {
font-weight: 200;
}
.bold-copy {
a {
font-size: 45px;
font-weight: 700;
line-height: 55px;
}
}
}
.consumer-brand {
.phone-contact-slice-container {
.bold-copy {
a {
color: $consumer-primary;
}
}
}
}
.business-brand {
.phone-contact-slice-container {
.bold-copy {
a {
color: $business-primary;
}
}
}
}