32 lines
544 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
} |