Merge pull request #934 from Safelite/feature/brydon/INSR-2210
Updating label font weight to 600
This commit is contained in:
commit
a27da26835
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue