CASH-1445

CASH-1445 fixed boldness issues, updated font-weights to match figma on payment-method
This commit is contained in:
Johnny shultz 2025-08-29 12:46:30 -04:00
parent 014692faec
commit ef935107b7
3 changed files with 11 additions and 0 deletions

View file

@ -68,6 +68,9 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
:deep(.bolded-words) { :deep(.bolded-words) {
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif; font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
color: $black;
font-weight: 600;
font-size: 16px;
} }
h5 { h5 {
line-height: 32px; line-height: 32px;

View file

@ -95,6 +95,7 @@ export default {
.question-text span { .question-text span {
text-align: left; text-align: left;
line-height: 24px; line-height: 24px;
font-weight: 600;
} }
} }
</style> </style>

View file

@ -945,4 +945,11 @@ export default {
} }
} }
} }
:deep(span.label) {
font-weight: 600;
}
:deep(div.service-questions span){
color: $black;
font-family: UrbanistSemibold;
}
</style> </style>