diff options
Diffstat (limited to 'sass/app.scss')
-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 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 { |