aboutsummaryrefslogtreecommitdiff
path: root/src/client/style/_component-search.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/style/_component-search.scss')
-rw-r--r--src/client/style/_component-search.scss14
1 files changed, 14 insertions, 0 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 {