From 8947e7011dcda32d1572e8a3f2f1105bfbc12b15 Mon Sep 17 00:00:00 2001 From: Iftekharul Islam Date: Thu, 27 Jul 2017 10:28:07 -0500 Subject: Added hardware sensors functionality Change-Id: I99435613bb77fc0ff72f046c2dc047b13962a7a3 Signed-off-by: Iftekharul Islam --- app/common/styles/layout/content.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'app/common/styles/layout/content.scss') diff --git a/app/common/styles/layout/content.scss b/app/common/styles/layout/content.scss index 326d896..b1a7942 100644 --- a/app/common/styles/layout/content.scss +++ b/app/common/styles/layout/content.scss @@ -37,10 +37,15 @@ section.row { margin-top: 2em; } -.content-label { - color: lighten($darkgrey, 15%); +.content-label, label { + color: $darkgrey; text-transform: uppercase; font-weight: 700; font-size: .75em; margin-bottom: 0; } + +.subhead { + border-bottom: 1px solid $medgrey; + padding-bottom: .5em; +} \ No newline at end of file -- cgit v1.2.1