From 770f764d55045dae34737a5d6111cc7362330e9a Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Tue, 21 Oct 2025 23:49:00 +0200 Subject: Update deployment script and enhance StopSheet component styles and structure --- src/frontend/app/components/StopSheet.css | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'src/frontend/app/components/StopSheet.css') diff --git a/src/frontend/app/components/StopSheet.css b/src/frontend/app/components/StopSheet.css index 165f9fe..d3c0b06 100644 --- a/src/frontend/app/components/StopSheet.css +++ b/src/frontend/app/components/StopSheet.css @@ -93,13 +93,42 @@ white-space: nowrap; } +.stop-sheet-estimate-arrival { + display: flex; + flex-direction: column; + align-items: flex-end; + gap: 4px; + flex-shrink: 0; +} + .stop-sheet-estimate-time { - font-size: 0.85rem; + display: flex; + align-items: center; + gap: 6px; + font-size: 1.05rem; + font-weight: 600; + color: var(--text-color); +} + +.stop-sheet-estimate-time.is-minutes { + color: #22c55e; +} + +.stop-sheet-estimate-time svg { + width: 18px; + height: 18px; color: var(--subtitle-color); + flex-shrink: 0; +} + +.stop-sheet-estimate-time.is-minutes svg { + color: #22c55e; } .stop-sheet-estimate-distance { + font-size: 0.75rem; color: var(--subtitle-color); + text-align: right; } .stop-sheet-footer { -- cgit v1.3