diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-07-18 12:56:58 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-07-18 12:56:58 +0200 |
commit | ebb6c9174e0a4622904e8bccd7248609bb66ad8d (patch) | |
tree | fb23e76d23efa2976310888bcd58cc56e351fe61 /sass | |
parent | 9f8379ef9e60d925a8356a3f0db992806dac4af4 (diff) |
show mising realtime data in departure overview as well
Diffstat (limited to 'sass')
-rw-r--r-- | sass/app.scss | 8 |
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; |