From 3896fadfdb6dc6b59c6b0dac2b9e737da7249d04 Mon Sep 17 00:00:00 2001 From: Johannes Rauh Date: Tue, 5 May 2026 16:18:42 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20TOTP=20enroll=20styles=20from=20core?= =?UTF-8?q?=20=E2=80=94=20moved=20to=20icinga-totp=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/icinga/forms.less | 40 ------------------------------------ 1 file changed, 40 deletions(-) diff --git a/public/css/icinga/forms.less b/public/css/icinga/forms.less index 31294bc93..60f1c25c4 100644 --- a/public/css/icinga/forms.less +++ b/public/css/icinga/forms.less @@ -608,43 +608,3 @@ form.icinga-form .form-info { } } } - -.two-factor-totp-qr-code { - width: 20em; - height: 20em; -} - -.two-factor-manual-secret { - background-color: @base-disabled; - padding: @vertical-padding; - border-radius: .25em; - line-break: anywhere; - user-select: all; -} - - -.two-factor-warning { - display: flex; - align-items: center; - justify-content: center; - column-gap: 1em; - - width: fit-content; - margin: 0 auto 1em auto; - padding: .5em 1em; - border: 1px solid @state-warning; - border-radius: .25em; - - i.icon{ - color: @state-warning; - font-size: 1.5em; - - &::before { - margin-right: 0; - } - } - - p { - margin: 0; - } -}