From 2f1d86b7f112dca666651982e1cff320abe5b994 Mon Sep 17 00:00:00 2001 From: Timshel Date: Fri, 16 May 2025 16:53:01 +0000 Subject: [PATCH] remove Hide Business scss rules (#5855) --- src/static/templates/scss/vaultwarden.scss.hbs | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/static/templates/scss/vaultwarden.scss.hbs b/src/static/templates/scss/vaultwarden.scss.hbs index 45b4138c..50180a2c 100644 --- a/src/static/templates/scss/vaultwarden.scss.hbs +++ b/src/static/templates/scss/vaultwarden.scss.hbs @@ -39,22 +39,6 @@ a[href$="/settings/two-factor"] { @extend %vw-hide; } -/* Hide Business Owned checkbox */ -app-org-info > form:nth-child(1) > div:nth-child(3) { - @extend %vw-hide; -} - -/* Hide the `This account is owned by a business` checkbox and label */ -#ownedBusiness, -label[for^="ownedBusiness"] { - @extend %vw-hide; -} - -/* Hide Business Name */ -app-org-account form div bit-form-field.tw-block:nth-child(3) { - @extend %vw-hide; -} - /* Hide organization plans */ app-organization-plans > form > bit-section:nth-child(2) { @extend %vw-hide;