diff --git a/src/components/TrainsView/TrainInfoSimple.vue b/src/components/TrainsView/TrainInfoSimple.vue index 40fd150..267e6f0 100644 --- a/src/components/TrainsView/TrainInfoSimple.vue +++ b/src/components/TrainsView/TrainInfoSimple.vue @@ -3,6 +3,12 @@
+ + TWR + + SKR + + {{ train.timetableData.category }}  {{ train.trainNo }}  | {{ train.driverName }} @@ -143,6 +149,27 @@ export default defineComponent({ .timetable_route { display: flex; align-items: center; + + margin-top: 0.5em; +} + +.timetable_warnings { + color: black; + + .warning { + padding: 0.1em 0.5em; + margin-right: 0.2em; + + font-weight: bold; + + &.twr { + background: var(--clr-twr); + } + + &.skr { + background: var(--clr-skr); + } + } } .comments { diff --git a/src/components/TrainsView/TrainOptions.vue b/src/components/TrainsView/TrainOptions.vue index 1b642dc..400b917 100644 --- a/src/components/TrainsView/TrainOptions.vue +++ b/src/components/TrainsView/TrainOptions.vue @@ -26,30 +26,6 @@
- -