Hide Tax Info in Organization settings

These added lines will hide the Tax Info with link to the upstream help page located at Organization > Settings.
This commit is contained in:
TheMardy 2019-02-17 01:30:04 +01:00 committed by GitHub
parent 306cf8fd8e
commit d57bf3e2b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,11 @@ index 5c114af5..6839385d 100644
+/* Hide organization plans */
+app-create-organization > form > div.form-check { display: none !important; }
+app-create-organization > form > h2.mt-5 { display: none !important; }
+
+/* Hide Tax Info in Organization settings */
+app-org-account > div.secondary-header.border-0.mb-0:nth-child(3) { display: none !important; }
+app-org-account > p { display: none !important; }
+app-org-account > a.btn.btn-outline-secondary { display: none !important; }
+/**** END Bitwarden_RS CHANGES ****/
+
$primary: #3c8dbc;