From a6e4ad4e7ee83abf83257256413c61cd8964d2d2 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Thu, 14 Sep 2023 11:50:06 +0200 Subject: [PATCH] [PM-3818] Remove unused css (#6218) --- apps/web/src/scss/forms.scss | 4 --- apps/web/src/scss/modals.scss | 21 --------------- apps/web/src/scss/pages.scss | 51 ----------------------------------- 3 files changed, 76 deletions(-) diff --git a/apps/web/src/scss/forms.scss b/apps/web/src/scss/forms.scss index acba154f30..9404bc9403 100644 --- a/apps/web/src/scss/forms.scss +++ b/apps/web/src/scss/forms.scss @@ -224,10 +224,6 @@ input[type="checkbox"] { } } -.error-summary { - margin-top: 1rem; -} - .error-inline { @include themify($themes) { color: themed("danger"); diff --git a/apps/web/src/scss/modals.scss b/apps/web/src/scss/modals.scss index 29e7191cd7..92e6ef3a18 100644 --- a/apps/web/src/scss/modals.scss +++ b/apps/web/src/scss/modals.scss @@ -6,21 +6,6 @@ } } -.modal-footer-content { - border: none; - border-radius: none; - @include themify($themes) { - background-color: themed("footerBackgroundColor"); - } - position: relative; - display: flex; - flex-direction: column; - width: 100%; - pointer-events: auto; - background-clip: padding-box; - outline: 0; -} - .modal-dialog { border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; @@ -100,12 +85,6 @@ } } -#totpImage { - @include themify($themes) { - filter: themed("imgFilter"); - } -} - .totp { .totp-code { @extend .text-monospace; diff --git a/apps/web/src/scss/pages.scss b/apps/web/src/scss/pages.scss index 7b56a1f9b5..4dbee2ac50 100644 --- a/apps/web/src/scss/pages.scss +++ b/apps/web/src/scss/pages.scss @@ -149,54 +149,3 @@ app-sponsored-families { } } } - -.collapsable-row { - display: flex; - padding-top: 15px; - i { - margin-top: 3px; - } - .filter-title { - padding-left: 5px; - } - &.active { - @include themify($themes) { - color: themed("primary"); - } - } -} - -.vault-filter-option { - padding-bottom: 3px; - &.active { - @include themify($themes) { - color: themed("primary"); - font-weight: bold; - } - } - button.filter-options-icon { - background: none; - border: none; - padding: 0; - - &:hover, - &:focus { - @include themify($themes) { - color: themed("iconHover") !important; - box-shadow: none; - } - } - } -} - -.org-filter-heading { - @include themify($themes) { - color: themed("textColor"); - } - &.active { - @include themify($themes) { - color: themed("primary"); - font-weight: bold; - } - } -}