web: dark mode (#368)

* web: initial dark mode

* web: re-fix sidebar colour in dark mode

* web: fix dark mode for user settings

* web: fix dark mode for flows

* core: match delete template's footer with generic form

* admin: show app icon in app list
This commit is contained in:
Jens L
2020-12-06 18:02:04 +01:00
committed by GitHub
parent 3487c41ce0
commit c03754abec
6 changed files with 122 additions and 12 deletions

View File

@ -16,9 +16,13 @@ export class AggregateCard extends LitElement {
static get styles(): CSSResult[] {
return COMMON_STYLES.concat([css`
.pf-c-card.pf-c-card-aggregate {
height: 100%;
}
.center-value {
font-size: var(--pf-global--icon--FontSize--lg);
text-align: center;
color: var(--pf-global--Color--100);
}
`]);
}