Updating label font weight to 600

This commit is contained in:
Michaela Brydon 2025-03-24 10:07:34 -04:00
parent 7df39ead64
commit 387f912157
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;