Remove inherited page-header styles
parent
5a2e895e5b
commit
8156f66ac7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue