From 7eb40469c4af0fbd0fa6581d03f179eb5899a9bd Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Tue, 22 Jan 2019 10:14:53 -0500 Subject: [PATCH] Move classes to top level element --- styles/sections/_task_order.scss | 2 +- templates/components/checkbox_input.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 7b6c6906..ba98a55f 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -231,7 +231,7 @@ } .usa-input { - .normal { + &.normal { label { font-weight: 400; } diff --git a/templates/components/checkbox_input.html b/templates/components/checkbox_input.html index ab5babad..8e40a0aa 100644 --- a/templates/components/checkbox_input.html +++ b/templates/components/checkbox_input.html @@ -1,10 +1,10 @@ {% macro CheckboxInput(field, inline=False, classes="") -%} -
+
- + {{ field() }} {{ field.label }}