From a89aba671fd70f5ac100a9c893c39dc5e3792b8b Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Fri, 23 Feb 2018 15:06:20 +0100 Subject: Add a menu --- src/client/style/_component-search.scss | 14 ++++++++++++++ src/client/style/index.scss | 2 -- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'src/client/style') diff --git a/src/client/style/_component-search.scss b/src/client/style/_component-search.scss index 4f67575..f5575ac 100644 --- a/src/client/style/_component-search.scss +++ b/src/client/style/_component-search.scss @@ -61,6 +61,20 @@ font-size: 16px; outline: none; } + + .mdc-button { + height: 100%; + min-width: unset; + color: black; + + &::before, &::after { + background-color: black; + } + + i { + font-size: 24px; + } + } } &__results { diff --git a/src/client/style/index.scss b/src/client/style/index.scss index 0c48636..b74420c 100644 --- a/src/client/style/index.scss +++ b/src/client/style/index.scss @@ -18,8 +18,6 @@ * */ -@import "../../../node_modules/material-components-web/dist/material-components-web.min.css"; - * { box-sizing: border-box; } -- cgit v1.1