mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 12:28:15 +03:00
Merge pull request #50 from domdomegg/patch-1
Stop hiding single organization policy
This commit is contained in:
commit
4864839431
1 changed files with 0 additions and 3 deletions
|
@ -236,9 +236,6 @@ index a3fb35de..e439e08e 100644
|
|||
+/* Hide the warning that policy config is moving to Business Portal */
|
||||
+app-org-policies > app-callout { @extend %bwrs-hide; }
|
||||
+
|
||||
+/* Hide `Single Organization` policy */
|
||||
+app-org-policies > table > tbody > tr:nth-child(4) { @extend %bwrs-hide; }
|
||||
+
|
||||
+/* Hide Tax Info and Form in Organization settings */
|
||||
+app-org-account > div.secondary-header:nth-child(3) { @extend %bwrs-hide; }
|
||||
+app-org-account > div.secondary-header:nth-child(3) + p { @extend %bwrs-hide; }
|
||||
|
|
Loading…
Reference in a new issue