From 8156f66ac7647e7bf0961a6436a42944f34387d2 Mon Sep 17 00:00:00 2001 From: Alex P Date: Mon, 22 May 2017 15:40:44 -0700 Subject: [PATCH] Remove inherited page-header styles --- ui/src/style/layout/page-header.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ui/src/style/layout/page-header.scss b/ui/src/style/layout/page-header.scss index be82b99d38..c494e3b9db 100644 --- a/ui/src/style/layout/page-header.scss +++ b/ui/src/style/layout/page-header.scss @@ -35,10 +35,6 @@ $page-header-weight: 400 !important; .page-header__right { display: flex; align-items: center; - - > *:only-child { - margin: 0; - } } .page-header__left { justify-content: flex-start; @@ -50,9 +46,14 @@ $page-header-weight: 400 !important; justify-content: flex-end; > * { margin: 0 0 0 4px; + + &:only-child { + margin-right: 0; + } } } .page-header__title { + letter-spacing: 0; text-transform: none; font-size: $page-header-size; font-weight: $page-header-weight; @@ -94,4 +95,4 @@ $page-header-weight: 400 !important; &:hover:after { background-color: $g18-cloud; } -} \ No newline at end of file +}