Use bold instead

This commit is contained in:
Maximouse 2022-01-23 11:23:42 +01:00
parent 2bd58a32ce
commit 55fa30e904

View file

@ -26,8 +26,16 @@
}
}
.row-label {
font-weight: 500;
.row {
label {
font-weight: bold;
}
.checkbox {
label {
font-weight: 300;
}
}
}
.help-text {
@ -68,16 +76,12 @@
}
&.demographics-step {
.radio-group {
.control-label {
strong {
font-weight: 500;
}
}
}
.radio {
margin: 1.5rem 1.5rem 0 0;
label {
font-weight: 300;
}
}
input[type="radio"] {