mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
Remove TOTP enroll styles from core — moved to icinga-totp module
This commit is contained in:
parent
93bf838f0b
commit
3896fadfdb
1 changed files with 0 additions and 40 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue