Merge pull request #934 from Safelite/feature/brydon/INSR-2210

Updating label font weight to 600
This commit is contained in:
michaela-brydon-safelite 2025-03-24 10:11:17 -04:00 committed by GitHub
commit a27da26835
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -126,7 +126,7 @@ export default {
.dropdown-question { .dropdown-question {
label { label {
color: $black; color: $black;
font-weight: 500; font-weight: 600;
} }
.form-label { .form-label {
margin-bottom: 0.25rem; margin-bottom: 0.25rem;

View file

@ -143,7 +143,7 @@ export default {
.textarea-question { .textarea-question {
label { label {
color: $black; color: $black;
font-weight: 500; font-weight: 600;
} }
.form-test-error span{ .form-test-error span{
color: $red; color: $red;

View file

@ -258,7 +258,7 @@ input::-webkit-date-and-time-value {
.textbox-question { .textbox-question {
label { label {
color: $black; color: $black;
font-weight: 500; font-weight: 600;
} }
span { span {
font-weight: 400; font-weight: 400;