aboutsummaryrefslogtreecommitdiff
path: root/src/components/tables/scss/client-table.scss
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-27 17:34:12 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-27 17:34:12 +0530
commit072e53f0b2eb8fa14c0aa49286193784c73257cb (patch)
treeeaf151ed3c248a5af730cbf5c0b950794ccace1f /src/components/tables/scss/client-table.scss
parent24bb92944849ac2ddf2f777d52c23a150eedffe8 (diff)
added a brands management page
Diffstat (limited to 'src/components/tables/scss/client-table.scss')
-rw-r--r--src/components/tables/scss/client-table.scss14
1 files changed, 1 insertions, 13 deletions
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;