1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/TwoFactorAuth/stylesheets/twofactorauth.less
Michal Kleiner a612aaa920 Adjust 2FA step 2 behaviour to move QR code into a modal (#22775)
* Adjust 2FA step 2 behaviour to move QR code into a modal
* Allow MatomoDialog component to receive and pass through options to helper JS
* Update UI tests
2024-11-26 09:02:41 +13:00

39 خطوط
586 B
Plaintext

.twoFactorRecoveryCodes {
li {
font-size: 16px;
list-style-type: disc;
margin-left: 20px;
}
}
.two-fa-qr-code-dialog {
#qrcode {
width: 200px;
height: 200px;
display: block;
margin: 0 auto;
}
.text-code pre {
font-size: large;
text-align: center;
padding: 13px;
}
.copyToClipboardIcon,
.copyToClipboardIconCheck {
margin-left: 2px;
}
}
.loginSection {
#qrcode,
.backupRecoveryCodesAlert {
margin-top: 16px;
}
}
.userSettings2FA .twoFaStatusEnabled,
.twoFactorSetupFinished .successMessage {
color:#43a047;
}