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

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

View file

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