diff options
Diffstat (limited to 'src/frontend/app/components/StopMapSheet.css')
| -rw-r--r-- | src/frontend/app/components/StopMapSheet.css | 11 |
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); |
