mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 04:18:15 +03:00
Hide org billing
This commit is contained in:
parent
76e343e0d8
commit
3f7b5c18e9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
+/**** START Bitwarden_RS CHANGES ****/
|
+/**** START Bitwarden_RS CHANGES ****/
|
||||||
+/* Hide any link pointing to billing */
|
+/* Hide any link pointing to billing */
|
||||||
+a[href^="#/settings/billing"] {display: none !important; }
|
+a[href$="/settings/billing"] {display: none !important; }
|
||||||
+
|
+
|
||||||
+/* Hide organization plans */
|
+/* Hide organization plans */
|
||||||
+app-create-organization > form > div.form-check { display: none !important; }
|
+app-create-organization > form > div.form-check { display: none !important; }
|
||||||
|
|
Loading…
Reference in a new issue