aboutsummaryrefslogtreecommitdiff
path: root/src/components/StopItem.css
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-05-26 10:48:43 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-05-26 10:48:43 +0200
commit5ced7f916d94e86e9a7ec164bee56f9a8e3a2a3a (patch)
treeb1ef5afa17b4a2f9fb2cbd683afc2fb6d905b5e1 /src/components/StopItem.css
parent4637373b50636e78dc2c7b6f99be879edb4ff7dc (diff)
Replace Azure SWA with custom server
Diffstat (limited to 'src/components/StopItem.css')
-rw-r--r--src/components/StopItem.css54
1 files changed, 0 insertions, 54 deletions
diff --git a/src/components/StopItem.css b/src/components/StopItem.css
deleted file mode 100644
index 9feb2d1..0000000
--- a/src/components/StopItem.css
+++ /dev/null
@@ -1,54 +0,0 @@
-/* Stop Item Styling */
-
-.stop-notes {
- font-size: 0.85rem;
- font-style: italic;
- color: #666;
- margin: 2px 0;
-}
-
-.stop-amenities {
- display: flex;
- flex-wrap: wrap;
- gap: 4px;
- margin-top: 4px;
-}
-
-.amenity-tag {
- font-size: 0.75rem;
- background-color: #e8f4f8;
- color: #0078d4;
- border-radius: 4px;
- padding: 2px 6px;
- display: inline-block;
-}
-
-/* Different colors for different amenity types */
-.amenity-tag[data-amenity="shelter"] {
- background-color: #e3f1df;
- color: #107c41;
-}
-
-.amenity-tag[data-amenity="bench"] {
- background-color: #f0e8fc;
- color: #5c2e91;
-}
-
-.amenity-tag[data-amenity="real-time display"] {
- background-color: #fff4ce;
- color: #986f0b;
-}
-
-/* When there are alternate names available, show an indicator */
-.has-alternate-names {
- position: relative;
-}
-
-.has-alternate-names::after {
- content: "⋯";
- position: absolute;
- right: -15px;
- top: 0;
- color: #0078d4;
- font-weight: bold;
-} \ No newline at end of file