From 072e53f0b2eb8fa14c0aa49286193784c73257cb Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 27 Sep 2022 17:34:12 +0530 Subject: added a brands management page --- src/components/tables/scss/client-table.scss | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/components/tables/scss/client-table.scss') diff --git a/src/components/tables/scss/client-table.scss b/src/components/tables/scss/client-table.scss index 68b7e39..fc8f22c 100644 --- a/src/components/tables/scss/client-table.scss +++ b/src/components/tables/scss/client-table.scss @@ -46,19 +46,7 @@ display: flex; justify-content: space-between; width: 8.7rem; - input { - padding: 0.2rem 0; - width: 4rem; - background-color: $inputBackgroundColor; - border: 1px solid $primaryAccentColor; - color: $fgColor; - border-radius: 4px; - transition: background-color 0.4s, color 0.4s; - } - input:hover { - background-color: $primaryAccentColor; - color: $fgColorAlt; - } + @include button; bottom: 2rem; right: 2rem; margin: auto; -- cgit v1.2.3