diff options
| author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-08-24 08:51:31 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-08-24 08:51:31 +0200 | 
| commit | 171cca5cf99bf60870fe54aa4ed0940b3ec08c00 (patch) | |
| tree | 41682118aefd1397473f6aeae507fd3d245689bc | |
| parent | a6026083b69c5c6a4064134044ba95aeb379d05c (diff) | |
Product chips: add "Strb" for tram
Oh NASA/HAVAG, you so weird
| -rw-r--r-- | sass/src/common/local.scss | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss index 8770eb7..bffe9a6 100644 --- a/sass/src/common/local.scss +++ b/sass/src/common/local.scss @@ -214,7 +214,7 @@ ul.route-history > li {  		border-radius: 5rem;  		padding: .2rem .5rem;  	} -	&.STR, &.Tram, &.Str, &.STB { +	&.STR, &.Tram, &.Str, &.Strb, &.STB {  		background-color: #c5161c;  		border-radius: 5rem;  		padding: .2rem .5rem; | 
