diff options
author | Noah Loomans <noahloomans@gmail.com> | 2018-02-23 15:32:07 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2018-02-23 15:32:07 +0100 |
commit | 9b11900a5fbc7b4c9ed8cd46e0bc1c52df12d186 (patch) | |
tree | 5b6db6dc7b7e86900e8a934d409ee78d43927386 /src/client/style | |
parent | a89aba671fd70f5ac100a9c893c39dc5e3792b8b (diff) |
Add proper but functionless menu options
Diffstat (limited to 'src/client/style')
-rw-r--r-- | src/client/style/_component-search.scss | 6 |
1 files changed, 6 insertions, 0 deletions
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 { |