diff --git a/app/assets/stylesheets/molecules/_forms.scss b/app/assets/stylesheets/molecules/_forms.scss index d4b05de..2b2883e 100644 --- a/app/assets/stylesheets/molecules/_forms.scss +++ b/app/assets/stylesheets/molecules/_forms.scss @@ -270,19 +270,15 @@ select { } } } -.content-well { - label { - font-weight: 400; - font-style: italic; - } + +label[for="answer_text"], +label[for="answer_live_code"] { + font-weight: 400; + font-style: italic; } + .form-group-multiples { // radios, checks wrappers margin-bottom: .5rem; - - label { - font-style: normal; - font-weight: 300; - } } .button-group {