Remove inherited page-header styles

pull/10616/head
Alex P 2017-05-22 15:40:44 -07:00
parent 5a2e895e5b
commit 8156f66ac7
1 changed files with 6 additions and 5 deletions

View File

@ -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;
}
}
}