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 {
label {
color: $black;
font-weight: 500;
font-weight: 600;
}
.form-label {
margin-bottom: 0.25rem;

View file

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

View file

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