From 466387168c1c7bff3d7a015255baade71a7e981d Mon Sep 17 00:00:00 2001 From: Tim <67682506+Ein-Tim@users.noreply.github.com> Date: Tue, 17 Jun 2025 01:37:17 +0200 Subject: local.scss: Add NachtBus, NachtTram & BRB train chip selector This commit adds the trip type "NachtBus" to the "Bus" category and the trip type "NachtTram" to the "Tram" category. It also adds the trip type "BRB" to the "RegionalBahn" / "RB" category. --- sass/src/common/local.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sass/src') diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss index f9d7f6e..76e19de 100644 --- a/sass/src/common/local.scss +++ b/sass/src/common/local.scss @@ -209,12 +209,12 @@ ul.route-history > li { min-width: 6ch; margin: 0 auto; - &.Bus, &.BUS, &.RUF, &.AST, &.Niederflurbus, &.Stadtbus, &.MetroBus, &.PlusBus, &.RegionalBus, &.ExpressBus, &.RufTaxi { + &.Bus, &.BUS, &.RUF, &.AST, &.NachtBus, &.Niederflurbus, &.Stadtbus, &.MetroBus, &.PlusBus, &.RegionalBus, &.ExpressBus, &.RufTaxi { background-color: #a3167e; border-radius: 5rem; padding: .2rem .5rem; } - &.STR, &.Tram, &.TRAM, &.Str, &.Strb, &.STB, &.Straenbahn { + &.STR, &.Tram, &.TRAM, &.Str, &.Strb, &.STB, &.Straenbahn, &.NachtTram { background-color: #c5161c; border-radius: 5rem; padding: .2rem .5rem; @@ -232,7 +232,7 @@ ul.route-history > li { &.RE, &.IRE, &.REX, &.REGIONAL_FAST_RAIL { background-color: #ff4f00; } - &.RB, &.MEX, &.TER, &.R, &.REGIONAL_RAIL, &.Regionalzug, &.R-Bahn { + &.RB, &.MEX, &.TER, &.R, &.REGIONAL_RAIL, &.Regionalzug, &.R-Bahn, &.BRB { background-color: #1f4a87; } // DE -- cgit v1.2.3