From a714d1c5a10b20081990655eb22c3ab88c1c3691 Mon Sep 17 00:00:00 2001 From: Jennifer Siegfried Date: Fri, 12 Aug 2016 13:32:03 -0600 Subject: [PATCH] Better label styling --- app/assets/stylesheets/molecules/_forms.scss | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) 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 {