diff options
author | Cassidy Dingenskirchen <admin@15318.de> | 2024-01-22 19:13:46 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-29 19:59:09 +0100 |
commit | 824fb6973e1e5b85a0a4693f0fd1389a84409421 (patch) | |
tree | 00bef8c4809c3b48009591ae9341fa138d2ab223 /sass | |
parent | dbbeaeea960d21817f35dc9236f7bc80ca8b2411 (diff) |
unified train farbtupferl
(cherry picked from commit 20e8fd39851146eb4fb3cc8cb1f7ba7fc4086d8d)
Signed-off-by: Birte Kristina Friesel <derf@finalrewind.org>
Diffstat (limited to 'sass')
-rw-r--r-- | sass/src/common/local.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss index 2ca8f55..9bdcbde 100644 --- a/sass/src/common/local.scss +++ b/sass/src/common/local.scss @@ -118,7 +118,7 @@ ul.suggestions { } } } -.departures .dep-line { +.dep-line { text-align: center; padding: .2rem; color: white; @@ -131,7 +131,7 @@ ul.suggestions { width: fit-content; min-width: 6ch; margin: 0 auto; - + &.Bus, &.RUF, &.AST { background-color: #a3167e; border-radius: 5rem; |