Hide org billing

This commit is contained in:
Daniel García 2019-01-07 16:51:10 +01:00
parent 76e343e0d8
commit 3f7b5c18e9
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A

View file

@ -32,7 +32,7 @@
+/**** START Bitwarden_RS CHANGES ****/
+/* Hide any link pointing to billing */
+a[href^="#/settings/billing"] {display: none !important; }
+a[href$="/settings/billing"] {display: none !important; }
+
+/* Hide organization plans */
+app-create-organization > form > div.form-check { display: none !important; }