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>
:deep(.bolded-words) {
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
color: $black;
font-weight: 600;
font-size: 16px;
}
h5 {
line-height: 32px;

View file

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