web: fix styling for flow stages

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-17 20:00:51 +01:00
parent 14d990df7f
commit a8c1fd1e4e
14 changed files with 41 additions and 15 deletions

View File

@ -1,13 +1,13 @@
import { css, CSSResult, customElement, html, LitElement, TemplateResult } from "lit-element";
import PFBase from "@patternfly/patternfly/patternfly-base.css";
import PFButton from "@patternfly/patternfly/components/Button/button.css";
import AKGlobal from "../../authentik.css";
@customElement("ak-sidebar-hamburger")
export class SidebarHamburger extends LitElement {
static get styles(): CSSResult[] {
return [PFBase, PFButton].concat(
return [PFBase, PFButton, AKGlobal].concat(
css`
:host {
position: absolute;