From e7283ba10d45b42e1274cd13c3d6aabec57c85b4 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 30 Nov 2025 17:58:55 +0100 Subject: feat: add Tailwind CSS support and create ConsolidatedCirculationCard styles - Added Tailwind CSS and its Vite plugin to the project dependencies. - Updated Vite configuration to include Tailwind CSS plugin. - Created a new CSS file for the Consolidated Circulation Card component with styles for various states and responsive design. --- src/frontend/app/root.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/frontend/app/root.css') diff --git a/src/frontend/app/root.css b/src/frontend/app/root.css index d718d92..c880763 100644 --- a/src/frontend/app/root.css +++ b/src/frontend/app/root.css @@ -1,3 +1,5 @@ +@import "tailwindcss"; + :root { --colour-scheme: light; --background-color: #ffffff; @@ -122,8 +124,6 @@ body { overflow-x: hidden; } - - .theme-toggle { background: none; border: none; -- cgit v1.3