aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/StopMapSheet.css
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-19 12:40:48 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-19 12:40:48 +0100
commitd434204860fc0409ad6343e815d0057b97ce3573 (patch)
tree37d349fb3a39e727150134a32e745c64a7312571 /src/frontend/app/components/StopMapSheet.css
parentd6a28db658487bab63067499c3c7dbe6165e18c1 (diff)
Some UI tweaks
Diffstat (limited to 'src/frontend/app/components/StopMapSheet.css')
-rw-r--r--src/frontend/app/components/StopMapSheet.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/frontend/app/components/StopMapSheet.css b/src/frontend/app/components/StopMapSheet.css
index 4b0f528..2b28a13 100644
--- a/src/frontend/app/components/StopMapSheet.css
+++ b/src/frontend/app/components/StopMapSheet.css
@@ -76,6 +76,17 @@
animation: userPulse 1.8s ease-out infinite;
}
+.stop-map-container small {
+ position: absolute;
+ bottom: 4px;
+ left: 4px;
+ font-size: 12px;
+ color: var(--text-secondary);
+ background-color: rgba(255, 255, 255, 0.7);
+ padding: 2px 4px;
+ border-radius: 4px;
+}
+
@keyframes userPulse {
0% {
transform: scale(0.6);