aboutsummaryrefslogtreecommitdiff
path: root/src/client/style
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/style')
-rw-r--r--src/client/style/_component-search.scss14
-rw-r--r--src/client/style/index.scss2
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;
}