diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-25 23:51:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-25 23:51:46 +0200 |
commit | 5e8d037e271bdd230fc7ab1e91bcee16ac87e0e1 (patch) | |
tree | 15ce1a2f4eadd543713f326a7384432e816a8fa0 /app/javascript/styles | |
parent | ed7dc1704dc3ce82567d9aac366b095f02ce181f (diff) |
Fix #3910 - Require OTP authentication to disable 2FA (#3935)
* Fix #3910 - Require OTP authentication to disable 2FA. Also, remove ability to generate new OTP backup codes *after* initial backup codes were handed out during activation * Restore recovery code re-generation * Improve display of some 2FA elements
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/admin.scss | 5 | ||||
-rw-r--r-- | app/javascript/styles/forms.scss | 1 | ||||
-rw-r--r-- | app/javascript/styles/lists.scss | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/app/javascript/styles/admin.scss b/app/javascript/styles/admin.scss index c2bfc10a0..3bc713566 100644 --- a/app/javascript/styles/admin.scss +++ b/app/javascript/styles/admin.scss @@ -129,6 +129,11 @@ color: $ui-primary-color; } } + + .positive-hint { + color: $valid-value-color; + font-weight: 500; + } } .simple_form { diff --git a/app/javascript/styles/forms.scss b/app/javascript/styles/forms.scss index 059c4a7d8..7a181f36b 100644 --- a/app/javascript/styles/forms.scss +++ b/app/javascript/styles/forms.scss @@ -358,7 +358,6 @@ code { } .user_filtered_languages { - & > label { font-family: inherit; font-size: 16px; diff --git a/app/javascript/styles/lists.scss b/app/javascript/styles/lists.scss index 47805663f..6019cd800 100644 --- a/app/javascript/styles/lists.scss +++ b/app/javascript/styles/lists.scss @@ -10,7 +10,6 @@ .recovery-codes { list-style: none; margin: 0 auto; - text-align: center; li { font-size: 125%; |