From 32c7ca7bfbc48dabd18b0ae721317cec77c9b668 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 126a83665..ba60ba59f 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 @@ -10,11 +10,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 {