diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-07-26 22:23:30 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-07-26 22:23:30 +0200 |
commit | 3fd12f84c507d8b968e7ed652f79e43301fbe0e0 (patch) | |
tree | 7e2367319e8247e7ae8d229f5dd0ebb37f65d61f /sass/app.scss | |
parent | 7fa4f47bcd76ef4184e1cbf12ca53db73c8e2791 (diff) |
train details/route: indicate whether a stop is past or future4.5.0
Diffstat (limited to 'sass/app.scss')
-rw-r--r-- | sass/app.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss index ee0cf66..8f468d7 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -554,6 +554,14 @@ div.app { .cancelled-stop { color: $cancelled-stop-color; } + + .past-stop { + list-style-type: disc; + } + + .future-stop { + list-style-type: circle; + } } .db-attr { |