From 027bd97e11ea93e82bcb668d268e19df5a72622d Mon Sep 17 00:00:00 2001 From: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> Date: Wed, 17 Jun 2026 04:11:25 +0200 Subject: [PATCH] Add styles. --- web/src/styles/authentik/base/globals.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/web/src/styles/authentik/base/globals.css b/web/src/styles/authentik/base/globals.css index 204766507f..b6afc6f886 100644 --- a/web/src/styles/authentik/base/globals.css +++ b/web/src/styles/authentik/base/globals.css @@ -36,6 +36,24 @@ body { overflow: hidden; } +.ak-c-safe-mode { + position: fixed; + z-index: 9999999; + inset-block-end: 0; + inset-inline-end: 0; + pointer-events: none; + display: flex; + align-items: center; + justify-content: center; + font-size: var(--pf-global--FontSize--sm, 0.75rem); + font-weight: bold; + color: var(--pf-global--Color--100, CanvasText); + background-color: var(--pf-global--BackgroundColor--200, Canvas); + opacity: 0.75; + padding: var(--pf-global--spacer--sm, 0.5rem); + border-start-start-radius: 8px; +} + /* #endregion */ html > form > input {