summaryrefslogtreecommitdiffstats
path: root/app/common/styles/layout/content.scss
diff options
context:
space:
mode:
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