CSR-1615
Updated the font-color
This commit is contained in:
parent
09b961ec4f
commit
7d4f2a181c
2 changed files with 6 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<label
|
||||
for="mobileLocationLinkPromptId"
|
||||
: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>
|
||||
<div class="update-mobile-location-text-link">
|
||||
<textLink
|
||||
|
|
@ -307,6 +307,9 @@ export default {
|
|||
}
|
||||
|
||||
#mobileLocationLinkPromptId {
|
||||
white-space: pre-line;
|
||||
white-space: pre-line;
|
||||
}
|
||||
.text-black{
|
||||
color: $black;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -430,6 +430,7 @@ export default {
|
|||
.question-text {
|
||||
& > span {
|
||||
text-align: center;
|
||||
color:$black;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue