web/admin: adjust style of page header (#6355)
light theme now matches dark theme Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
7be94df00c
commit
a320aec9d0
|
@ -69,9 +69,12 @@ export class PageHeader extends AKElement {
|
||||||
min-height: 114px;
|
min-height: 114px;
|
||||||
}
|
}
|
||||||
.pf-c-button.pf-m-plain {
|
.pf-c-button.pf-m-plain {
|
||||||
background-color: var(--pf-c-page__main-section--m-light--BackgroundColor);
|
background-color: transparent;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
}
|
}
|
||||||
|
.pf-c-page__main-section.pf-m-light {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
.pf-c-page__main-section {
|
.pf-c-page__main-section {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Reference in New Issue