This commit is contained in:
sheena 2023-09-01 18:13:05 +05:30
parent 7d4f2a181c
commit e300b81964
2 changed files with 3 additions and 3 deletions

View file

@ -307,9 +307,9 @@ export default {
}
#mobileLocationLinkPromptId {
white-space: pre-line;
white-space: pre-line;
}
.text-black{
.text-black {
color: $black;
}
</style>

View file

@ -430,7 +430,7 @@ export default {
.question-text {
& > span {
text-align: center;
color:$black;
color: $black;
}
}
</style>