diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-29 00:41:52 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-29 00:41:52 +0100 |
| commit | a304c24b32c0327436bbd8c2853e60668e161b42 (patch) | |
| tree | 08f65c05daca134cf4d2e4f779bd15d98fd66370 /src/Costasdev.Busurbano.ServiceViewer/wwwroot/styles/services_in_day.css | |
| parent | 120a3c6bddd0fb8d9fa05df4763596956554c025 (diff) | |
Rename a lot of stuff, add Santiago real time
Diffstat (limited to 'src/Costasdev.Busurbano.ServiceViewer/wwwroot/styles/services_in_day.css')
| -rw-r--r-- | src/Costasdev.Busurbano.ServiceViewer/wwwroot/styles/services_in_day.css | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/src/Costasdev.Busurbano.ServiceViewer/wwwroot/styles/services_in_day.css b/src/Costasdev.Busurbano.ServiceViewer/wwwroot/styles/services_in_day.css deleted file mode 100644 index ce847ef..0000000 --- a/src/Costasdev.Busurbano.ServiceViewer/wwwroot/styles/services_in_day.css +++ /dev/null @@ -1,70 +0,0 @@ -a { - color: #0074d9; - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -#service-cards { - list-style: none; - padding: 0; - margin: 0; -} - -#service-cards article { - background: #f9f9f9; - border: 1px solid #ddd; - border-radius: 4px; - margin: 0.5rem 0; - padding: 1rem; -} - -#service-cards article header { - font-weight: 600; - font-size: 1.1rem; - margin-bottom: 0.5rem; -} - -#service-cards article main { - font-size: 0.9rem; - margin-bottom: 0.75rem; - color: #555; -} - -#service-cards article footer { - margin-top: 0.5rem; - display: flex; - flex-wrap: wrap; - gap: 0.125rem 0.75rem; -} - -#service-cards article footer span.route-group { - display: inline-block; - padding: 0.3rem 0.6rem; - margin: 0.25rem 0.1rem; - font-size: 0.85rem; - font-weight: 600; - - background: #FFF; - border-bottom: 4px solid var(--route-color, #000); - color: var(--route-text, #000); -} - -/* Filter button styles */ -.filter-btn { - padding: 0.4rem 0.8rem; - margin: 0.2rem; - border: 1px solid #0074d9; - border-radius: 4px; - background: #fff; - color: #0074d9; - cursor: pointer; - transition: background 0.2s, color 0.2s; -} - -.filter-btn.active { - background: #0074d9; - color: #fff; -} |
