Show Duo button

This commit is contained in:
Daniel García 2019-04-07 18:56:43 +02:00
parent 5579b1b33f
commit d6d1d5d517
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A

View file

@ -43,7 +43,7 @@ diff --git a/src/scss/styles.scss b/src/scss/styles.scss
index 3df655fd..7e57cffe 100644
--- a/src/scss/styles.scss
+++ b/src/scss/styles.scss
@@ -1,5 +1,37 @@
@@ -1,5 +1,34 @@
@import "../css/webfonts.css";
+/**** START Bitwarden_RS CHANGES ****/
@ -62,9 +62,6 @@ index 3df655fd..7e57cffe 100644
+/* Hide Two-Factor menu in Organization settings */
+app-org-settings a[href$="/settings/two-factor"] { @extend %bwrs-hide; }
+
+/* Hide 2FA Duo button */
+ul.list-group.list-group-2fa > li:nth-child(3) button { @extend %bwrs-hide; }
+
+/* Hide 2FA Email button */
+ul.list-group.list-group-2fa > li:nth-child(5) button { @extend %bwrs-hide; }
+