From b0464147216e33eec7b8b3e567442aee02092b02 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 13 Feb 2023 13:44:37 -0500 Subject: [PATCH] cleanup styles --- .../search/search-input/search-input.component.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/aca-content/src/lib/components/search/search-input/search-input.component.scss b/projects/aca-content/src/lib/components/search/search-input/search-input.component.scss index 8020ce16d..af6c44f04 100644 --- a/projects/aca-content/src/lib/components/search/search-input/search-input.component.scss +++ b/projects/aca-content/src/lib/components/search/search-input/search-input.component.scss @@ -12,11 +12,11 @@ $top-margin: 12px; margin: 0 !important; .app-search-button { - width: 32px !important; - height: 32px !important; - margin-left: 0 !important; - padding-left: 0 !important; - margin-top: -4px !important; + width: 32px; + height: 32px; + margin-left: 0; + padding-left: 0; + margin-top: -4px; } .app-input-form-field {