mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Use bold instead
This commit is contained in:
parent
2bd58a32ce
commit
55fa30e904
1 changed files with 14 additions and 10 deletions
|
@ -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"] {
|
||||
|
|
Loading…
Reference in a new issue