From 9b11900a5fbc7b4c9ed8cd46e0bc1c52df12d186 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Fri, 23 Feb 2018 15:32:07 +0100 Subject: Add proper but functionless menu options --- src/client/style/_component-search.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/client/style') diff --git a/src/client/style/_component-search.scss b/src/client/style/_component-search.scss index f5575ac..fafcb4b 100644 --- a/src/client/style/_component-search.scss +++ b/src/client/style/_component-search.scss @@ -75,6 +75,12 @@ font-size: 24px; } } + + .mdc-list-item { + i { + padding-right: 8px; + } + } } &__results { -- cgit v1.1