Merge pull request #2583 from Safelite/CASH-824-urbanist-updates

CASH-824 update font weights for labels and misc items.
This commit is contained in:
CarlNation 2025-06-12 10:50:13 -04:00 committed by GitHub
commit ad347cfc2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 4 deletions

View file

@ -351,6 +351,7 @@ export default {
} }
} }
.button-question { .button-question {
font-family: UrbanistSemibold;
color: $black; color: $black;
.radio-button-container { .radio-button-container {

View file

@ -136,8 +136,8 @@ export default {
<style lang="scss"> <style lang="scss">
.dropdown-question { .dropdown-question {
label { label {
font-family: UrbanistSemibold;
color: $black; color: $black;
font-weight: 500;
} }
.label-bold { .label-bold {
color: $black; color: $black;

View file

@ -254,8 +254,8 @@ export default {
justify-content: center !important; justify-content: center !important;
} }
label { label {
font-family: UrbanistSemibold;
color: $black; color: $black;
font-weight: 500;
} }
.label-bold { .label-bold {
font-weight: 600; font-weight: 600;

View file

@ -1355,6 +1355,7 @@ export default {
visibility: visible; visibility: visible;
} }
a { a {
font-family: UrbanistSemibold;
text-decoration: none; text-decoration: none;
} }
} }

View file

@ -177,8 +177,8 @@ export default {
text-decoration: none; text-decoration: none;
} }
.label { .label {
font-family: UrbanistSemibold;
color: $black; color: $black;
font-weight: 500;
line-height: 1.625; line-height: 1.625;
} }
} }

View file

@ -103,6 +103,7 @@ export default {
justify-content: flex-start; justify-content: flex-start;
p { p {
font-family: UrbanistRegular;
color: $gray-600; color: $gray-600;
text-align: center; text-align: center;
@ -123,9 +124,10 @@ export default {
&:checked + .list-card-content { &:checked + .list-card-content {
p { p {
color: $black; color: $black;
font-weight: 500; font-family: UrbanistSemibold;
} }
.p-bold { .p-bold {
font-family: UrbanistSemibold;
font-weight: 600; font-weight: 600;
} }