From 836217bb9d948a7b8dd461cfce2fcb762de5677e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 3 Sep 2022 15:50:39 +0200 Subject: Decrease icon size in HAFAS messages --- sass/app.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sass') diff --git a/sass/app.scss b/sass/app.scss index c7cc2f6..1d4f5e9 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -554,6 +554,12 @@ div.app { } } + .messages { + i.material-icons { + font-size: 14px; + } + } + .mroute { .important-stop { color: $fg; -- cgit v1.2.3