Remove TOTP enroll styles from core — moved to icinga-totp module

This commit is contained in:
Johannes Rauh 2026-05-05 16:18:42 +02:00
parent 93bf838f0b
commit 3896fadfdb

View file

@ -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;
}
}