INSR-6047 | Strong text fix
Less bold, darker black
This commit is contained in:
parent
204fc0a9e2
commit
d6cfc53544
1 changed files with 7 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
cmsWidgetName="SiteSubHeader"
|
cmsWidgetName="SiteSubHeader"
|
||||||
class="mb-0 mt-4 text-center" />
|
class="mb-0 mt-4 text-center" />
|
||||||
<div
|
<div
|
||||||
class="mt-4 mb-5"
|
class="mt-4 mb-5 strong-text-override"
|
||||||
v-html="scheduleWithSafeliteText"></div>
|
v-html="scheduleWithSafeliteText"></div>
|
||||||
<buttonMain
|
<buttonMain
|
||||||
ref="buttonMain"
|
ref="buttonMain"
|
||||||
|
|
@ -210,6 +210,12 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.provider-preference {
|
.provider-preference {
|
||||||
|
:deep(.strong-text-override) {
|
||||||
|
strong {
|
||||||
|
font-weight: $font-weight-bold;
|
||||||
|
color: $black;
|
||||||
|
}
|
||||||
|
}
|
||||||
#sub-header span {
|
#sub-header span {
|
||||||
color: $black;
|
color: $black;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue