Better label styling

This commit is contained in:
Jennifer Siegfried 2016-08-12 13:32:03 -06:00
parent bf71f3e4a5
commit a714d1c5a1

View File

@ -270,19 +270,15 @@ select {
} }
} }
} }
.content-well {
label { label[for="answer_text"],
font-weight: 400; label[for="answer_live_code"] {
font-style: italic; font-weight: 400;
} 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 {