summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-08-24 19:50:02 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-08-24 19:50:02 +0200
commitc4649d7c1700ebdc4ca25b2915c6345b4b24b5df (patch)
tree73eaed9dc7f579573f2348491dd86f02d3037e56 /sass
parent350a0e3d98646254288b736ba85c854767d429f5 (diff)
tripinfo: use icon to indicate missing realtime data
Diffstat (limited to 'sass')
-rw-r--r--sass/app.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss
index afe6bb5..49e6210 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -416,6 +416,9 @@ ul.departures {
.delay {
color: $delay-color;
}
+ .material-icons {
+ font-size: 20px;
+ }
}
.linklist {
margin-top: 0.5em;