aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/Stops/ConsolidatedCirculationList.css
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-12-24 17:53:32 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-12-24 17:53:32 +0100
commit9ed46bea58dbb81ceada2a957fd1db653fb21e52 (patch)
treef1cb09ad15571abbfae1c59105952330ec3a0502 /src/frontend/app/components/Stops/ConsolidatedCirculationList.css
parent4a866f5352a51916ddb9849b2d68213856196c9c (diff)
Implement new UI styles
Diffstat (limited to 'src/frontend/app/components/Stops/ConsolidatedCirculationList.css')
-rw-r--r--src/frontend/app/components/Stops/ConsolidatedCirculationList.css13
1 files changed, 0 insertions, 13 deletions
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;
-}