Updating label font weight to 600
This commit is contained in:
parent
7df39ead64
commit
387f912157
3 changed files with 3 additions and 3 deletions
|
|
@ -126,7 +126,7 @@ export default {
|
|||
.dropdown-question {
|
||||
label {
|
||||
color: $black;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
}
|
||||
.form-label {
|
||||
margin-bottom: 0.25rem;
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ export default {
|
|||
.textarea-question {
|
||||
label {
|
||||
color: $black;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
}
|
||||
.form-test-error span{
|
||||
color: $red;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue