summaryrefslogtreecommitdiffstats
path: root/app/common/styles/layout/content.scss
diff options
context:
space:
mode:
authorIftekharul Islam <iislam@us.ibm.com>2017-07-27 10:28:07 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 13:14:23 -0500
commit8947e7011dcda32d1572e8a3f2f1105bfbc12b15 (patch)
treee8afc80922989f725c1356b0ab0dbe98edf66332 /app/common/styles/layout/content.scss
parent1221c0ca977f3943be65f023a061b7c41cd890d7 (diff)
downloadphosphor-webui-8947e7011dcda32d1572e8a3f2f1105bfbc12b15.tar.gz
phosphor-webui-8947e7011dcda32d1572e8a3f2f1105bfbc12b15.zip
Added hardware sensors functionality
Change-Id: I99435613bb77fc0ff72f046c2dc047b13962a7a3 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
Diffstat (limited to 'app/common/styles/layout/content.scss')
-rw-r--r--app/common/styles/layout/content.scss9
1 files changed, 7 insertions, 2 deletions
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
OpenPOWER on IntegriCloud