From 9ed46bea58dbb81ceada2a957fd1db653fb21e52 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 24 Dec 2025 17:53:32 +0100 Subject: Implement new UI styles --- .../app/components/Stops/ConsolidatedCirculationList.css | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/frontend/app/components/Stops/ConsolidatedCirculationList.css (limited to 'src/frontend/app/components/Stops/ConsolidatedCirculationList.css') diff --git a/src/frontend/app/components/Stops/ConsolidatedCirculationList.css b/src/frontend/app/components/Stops/ConsolidatedCirculationList.css deleted file mode 100644 index 044b4a3..0000000 --- a/src/frontend/app/components/Stops/ConsolidatedCirculationList.css +++ /dev/null @@ -1,13 +0,0 @@ -.consolidated-circulation-caption { - font-size: 0.9rem; - color: var(--subtitle-color); - text-align: center; - padding: 0.5rem; -} - -.consolidated-circulation-no-data { - text-align: center; - padding: 2rem 1rem; - color: var(--subtitle-color); - font-size: 0.95rem; -} -- cgit v1.3