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:
commit
ad347cfc2f
6 changed files with 8 additions and 4 deletions
|
|
@ -351,6 +351,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.button-question {
|
.button-question {
|
||||||
|
font-family: UrbanistSemibold;
|
||||||
color: $black;
|
color: $black;
|
||||||
|
|
||||||
.radio-button-container {
|
.radio-button-container {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -1355,6 +1355,7 @@ export default {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
|
font-family: UrbanistSemibold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue