Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TwoFactorAuth/stylesheets/twofactorauth.less')
-rw-r--r--plugins/TwoFactorAuth/stylesheets/twofactorauth.less17
1 files changed, 13 insertions, 4 deletions
diff --git a/plugins/TwoFactorAuth/stylesheets/twofactorauth.less b/plugins/TwoFactorAuth/stylesheets/twofactorauth.less
index 8e4465538b..747277de16 100644
--- a/plugins/TwoFactorAuth/stylesheets/twofactorauth.less
+++ b/plugins/TwoFactorAuth/stylesheets/twofactorauth.less
@@ -5,12 +5,21 @@
margin-left: 20px;
}
}
+.setupTwoFactorAuthentication {
+ #qrcode {
+ width:256px;
+ height: 256px;
+ }
+}
+
+.loginSection {
+ #qrcode,
+ .backupRecoveryCodesAlert {
+ margin-top: 16px;
+ }
+}
.userSettings2FA .twoFaStatusEnabled,
.twoFactorSetupFinished .successMessage {
color:#43a047;
}
-
-.loginSection .backupRecoveryCodesAlert {
- margin-top: 16px;
-} \ No newline at end of file