summaryrefslogtreecommitdiff
path: root/sass/app.scss
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-07-18 12:56:58 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-07-18 12:56:58 +0200
commitebb6c9174e0a4622904e8bccd7248609bb66ad8d (patch)
treefb23e76d23efa2976310888bcd58cc56e351fe61 /sass/app.scss
parent9f8379ef9e60d925a8356a3f0db992806dac4af4 (diff)
show mising realtime data in departure overview as well
Diffstat (limited to 'sass/app.scss')
-rw-r--r--sass/app.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss
index 503b490..ec7a969 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -380,6 +380,14 @@ div.app {
background-color: transparent;
}
+ .no-realtime {
+ background-color: transparent;
+ padding-right: 1ex;
+ i.material-icons {
+ font-size: 12px;
+ }
+ }
+
.delay {
font-size:1em;
color: $delay-color;