From d0621efd1cf1511f9fe813a45db034627d429acf Mon Sep 17 00:00:00 2001 From: Igor Carvalho Date: Wed, 5 Jul 2023 18:13:32 -0300 Subject: [PATCH] feat: Add card component and unused extrasidebar tailwind constants classes --- .../ExtraSidebarComponent/index.tsx | 36 ++++----- .../src/components/cardComponent/index.tsx | 18 ++--- src/frontend/src/index.css | 76 ++++++++++++++++++- 3 files changed, 102 insertions(+), 28 deletions(-) diff --git a/src/frontend/src/components/ExtraSidebarComponent/index.tsx b/src/frontend/src/components/ExtraSidebarComponent/index.tsx index 7efef4ec0..318971dd5 100644 --- a/src/frontend/src/components/ExtraSidebarComponent/index.tsx +++ b/src/frontend/src/components/ExtraSidebarComponent/index.tsx @@ -18,13 +18,13 @@ export default function ExtraSidebar() {