summaryrefslogtreecommitdiff
path: root/src/components/shared/Select.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/shared/Select.module.scss')
-rw-r--r--src/components/shared/Select.module.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/shared/Select.module.scss b/src/components/shared/Select.module.scss
index 9e1a20c..0b6b41b 100644
--- a/src/components/shared/Select.module.scss
+++ b/src/components/shared/Select.module.scss
@@ -1,7 +1,8 @@
.select {
- height: 40px;
+ height: 35px;
line-height: 1.5;
width: 100%;
+ font-size: small;
padding-left: 8px;
appearance: none;
background-color: var(--color-input-bg);