From 4676130d32425af8365c1d94e45d5ab3d5cf2ced Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Wed, 12 Jun 2019 20:15:18 -0400 Subject: [PATCH] Font weight on labels --- styles/sections/_task_order.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index c72f990b..fdef6c5a 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -74,6 +74,17 @@ max-width: unset; } + .usa-input__title, .usa-input__title-inline { + font-weight: $font-normal; + } + + .date-picker { + .usa-input__title { + font-weight: $font-bold; + margin-bottom: $gap; + } + } + .usa-form-group-year { margin-right: 0.4rem; }