diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-19 22:34:07 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-19 22:34:20 +0100 |
| commit | 747c579b15c54dc5dbc50482d3361761853e007a (patch) | |
| tree | 13587e5825bd5353fe75f4129c0746f28bba4cea /src/frontend/app/components/ServiceAlerts.css | |
| parent | d51169f6411b68a226d76d2d39826904de484929 (diff) | |
feat: Refactor layout and styles for StopList and related components; add ThemeColorManager for dynamic theme support
Diffstat (limited to 'src/frontend/app/components/ServiceAlerts.css')
| -rw-r--r-- | src/frontend/app/components/ServiceAlerts.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/frontend/app/components/ServiceAlerts.css b/src/frontend/app/components/ServiceAlerts.css index 7c271f9..c0f67f5 100644 --- a/src/frontend/app/components/ServiceAlerts.css +++ b/src/frontend/app/components/ServiceAlerts.css @@ -1,6 +1,9 @@ /* Service Alerts Container */ .service-alerts-container { - margin-bottom: 1.5rem; + margin: 0; + display: flex; + flex-direction: column; + gap: 0.75rem; } .service-alert { |
