CSR-1615
This commit is contained in:
parent
7d4f2a181c
commit
e300b81964
2 changed files with 3 additions and 3 deletions
|
|
@ -307,9 +307,9 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
#mobileLocationLinkPromptId {
|
#mobileLocationLinkPromptId {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
.text-black{
|
.text-black {
|
||||||
color: $black;
|
color: $black;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -430,7 +430,7 @@ export default {
|
||||||
.question-text {
|
.question-text {
|
||||||
& > span {
|
& > span {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color:$black;
|
color: $black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue