Better label styling
This commit is contained in:
parent
bf71f3e4a5
commit
a714d1c5a1
@ -270,19 +270,15 @@ select {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.content-well {
|
|
||||||
label {
|
label[for="answer_text"],
|
||||||
|
label[for="answer_live_code"] {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
.form-group-multiples { // radios, checks wrappers
|
.form-group-multiples { // radios, checks wrappers
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
|
|
||||||
label {
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 300;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-group {
|
.button-group {
|
||||||
|
Loading…
Reference in New Issue
Block a user