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

twofactorauth.less « stylesheets « TwoFactorAuth « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 747277de162a17d14e1139df3b77f94980a428f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.twoFactorRecoveryCodes {
  li {
    font-size: 16px;
    list-style-type: disc;
    margin-left: 20px;
  }
}
.setupTwoFactorAuthentication {
  #qrcode {
    width:256px;
    height: 256px;
  }
}

.loginSection {
  #qrcode,
  .backupRecoveryCodesAlert {
    margin-top: 16px;
  }
}

.userSettings2FA .twoFaStatusEnabled,
.twoFactorSetupFinished .successMessage {
  color:#43a047;
}