Merge pull request #1327 from Safelite/feature/Digital/CSR-1615
CSR-1615
This commit is contained in:
commit
15d8983f1b
2 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
<label
|
<label
|
||||||
for="mobileLocationLinkPromptId"
|
for="mobileLocationLinkPromptId"
|
||||||
:aria-label="mobileLocationLinkPromptText"
|
:aria-label="mobileLocationLinkPromptText"
|
||||||
class="form-label fw-bold w-100 ps-4 pe-4 pt-4"
|
class="form-label fw-bold w-100 ps-4 pe-4 pt-4 text-black"
|
||||||
v-html="mobileLocationLinkPromptText"></label>
|
v-html="mobileLocationLinkPromptText"></label>
|
||||||
<div class="update-mobile-location-text-link">
|
<div class="update-mobile-location-text-link">
|
||||||
<textLink
|
<textLink
|
||||||
|
|
@ -309,4 +309,7 @@ export default {
|
||||||
#mobileLocationLinkPromptId {
|
#mobileLocationLinkPromptId {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
.text-black {
|
||||||
|
color: $black;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -430,6 +430,7 @@ export default {
|
||||||
.question-text {
|
.question-text {
|
||||||
& > span {
|
& > span {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
color: $black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue