From 8529c659f7d212fd781190951d8d9aabfa4b208c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 25 Aug 2021 22:00:37 +0200 Subject: add icon for departures with missing realtime data --- sass/app.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sass/app.scss') diff --git a/sass/app.scss b/sass/app.scss index 49e6210..ab7f497 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -378,6 +378,14 @@ ul.departures { font-size: 100%; color: $delay-color; } + + .no-realtime { + background-color: transparent; + padding-right: 1ex; + i.material-icons { + font-size: 12px; + } + } } .tripinfo { -- cgit v1.2.3