From f73a07daee3e18e91f7305a9c171eb16408cf7a1 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 12 Jul 2022 13:25:16 +0200 Subject: [PATCH] =?UTF-8?q?Poprawiono=20wygl=C4=85d=20posterunk=C3=B3w=20S?= =?UTF-8?q?BL=20w=20widoku=20RJ?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TrainsView/TrainSchedule.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/TrainsView/TrainSchedule.vue b/src/components/TrainsView/TrainSchedule.vue index f4f26f5..92108de 100644 --- a/src/components/TrainsView/TrainSchedule.vue +++ b/src/components/TrainsView/TrainSchedule.vue @@ -277,13 +277,14 @@ ul.stop_list > li.stop { padding: 0 0.5em; &.sbl { - .stop-name, .stop-date { - opacity: 0.7; + display: none; } .stop-name { - background-color: #333; + background: none; + color: #aaa; + padding-left: 0; } } @@ -380,8 +381,6 @@ ul.stop_list > li.stop { text-align: center; flex-wrap: wrap; - - padding: 0.15em 0; } .stop-bar {