Remove inherited page-header styles
parent
5a2e895e5b
commit
8156f66ac7
|
@ -35,10 +35,6 @@ $page-header-weight: 400 !important;
|
||||||
.page-header__right {
|
.page-header__right {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
> *:only-child {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.page-header__left {
|
.page-header__left {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
@ -50,9 +46,14 @@ $page-header-weight: 400 !important;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
> * {
|
> * {
|
||||||
margin: 0 0 0 4px;
|
margin: 0 0 0 4px;
|
||||||
|
|
||||||
|
&:only-child {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.page-header__title {
|
.page-header__title {
|
||||||
|
letter-spacing: 0;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
font-size: $page-header-size;
|
font-size: $page-header-size;
|
||||||
font-weight: $page-header-weight;
|
font-weight: $page-header-weight;
|
||||||
|
|
Loading…
Reference in New Issue