diff options
author | Noah Loomans <noahloomans@gmail.com> | 2018-02-23 15:06:20 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2018-02-23 15:06:20 +0100 |
commit | a89aba671fd70f5ac100a9c893c39dc5e3792b8b (patch) | |
tree | 1f06e4dd7446dc00d20b6e84ae7926baa448ed8a /src/client/style | |
parent | a345bd0f554ec83b5b994752f30dca9d09dc9e67 (diff) |
Add a menu
Diffstat (limited to 'src/client/style')
-rw-r--r-- | src/client/style/_component-search.scss | 14 | ||||
-rw-r--r-- | src/client/style/index.scss | 2 |
2 files changed, 14 insertions, 2 deletions
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; } |