From b96273b54a9b47c79e0afe40a918f751e82097ae Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sat, 22 Nov 2025 18:02:36 +0100 Subject: Link previous trip shapes for GPS positioning on circular routes (#111) Co-authored-by: Ariel Costas Guerrero Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> --- src/frontend/app/root.css | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'src/frontend/app/root.css') diff --git a/src/frontend/app/root.css b/src/frontend/app/root.css index f87fdc3..d718d92 100644 --- a/src/frontend/app/root.css +++ b/src/frontend/app/root.css @@ -122,43 +122,7 @@ body { overflow-x: hidden; } -.navigation-bar { - display: flex; - justify-content: space-around; - align-items: center; - padding: 0.5rem 0; - - background-color: var(--background-color); - border-top: 1px solid var(--border-color); -} -.navigation-bar__link { - flex: 1 0; - display: flex; - flex-direction: column; - align-items: center; - text-decoration: none; - color: var(--text-color); - padding: 0.25rem 0; - border-radius: 0.5rem; -} - -.navigation-bar__link svg { - width: 1.375rem; - height: 1.375rem; - fill: none; - stroke-width: 2; -} - -.navigation-bar__link span { - font-size: 13px; - line-height: 1; - font-family: system-ui; -} - -.navigation-bar__link.active { - color: var(--button-background-color); -} .theme-toggle { background: none; -- cgit v1.3