summaryrefslogtreecommitdiffstats
path: root/app/common/styles
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-03-27 13:14:02 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 12:41:34 -0500
commit890a206a6f75dce67cba7c73b68183ebf56fb0a1 (patch)
tree8364dfcf67fcb1d8e2a578f1b218deaea08ce36b /app/common/styles
parent971cfba9ac4536be9beb24f1d07e36730ccaca2d (diff)
downloadphosphor-webui-890a206a6f75dce67cba7c73b68183ebf56fb0a1.tar.gz
phosphor-webui-890a206a6f75dce67cba7c73b68183ebf56fb0a1.zip
updated IA for main navigation.
Change-Id: I4d69ce1c0c9459742b4cfc3d65f296fe3ce2f24f Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/styles')
-rw-r--r--app/common/styles/layout/content.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/common/styles/layout/content.scss b/app/common/styles/layout/content.scss
index b06175b..3517cb2 100644
--- a/app/common/styles/layout/content.scss
+++ b/app/common/styles/layout/content.scss
@@ -1,5 +1,17 @@
// Content layout styles
+// Page header
+.page-header {
+ position: relative;
+ border-bottom: 1px solid $lightbg__grey;
+ margin: 2.625em 0 1.2em 0;
+ .h4 {
+ padding: 0;
+ margin: 0 0 .5em 0;
+ font-weight: bold;
+ }
+}
+
.content__container {
margin-left: $nav__toplvlWidth;
padding: 1em .1em;
OpenPOWER on IntegriCloud