summaryrefslogtreecommitdiff
path: root/src/components/Input.module.scss
diff options
context:
space:
mode:
authorMetaCubeX <[email protected]>2022-05-27 03:44:49 +0800
committerMetaCubeX <[email protected]>2022-05-27 03:44:49 +0800
commit8d874071236aa9d8433837e613a23fa50d0174ba (patch)
tree322324a1528fa3272252963ca4c97e82f2fe5f18 /src/components/Input.module.scss
parente42aa59ee7a0ca75e76585eb81bd1ac2926c8952 (diff)
chore: dashboard style
Diffstat (limited to 'src/components/Input.module.scss')
-rw-r--r--src/components/Input.module.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Input.module.scss b/src/components/Input.module.scss
index 4ca42fa..021fe18 100644
--- a/src/components/Input.module.scss
+++ b/src/components/Input.module.scss
@@ -8,10 +8,11 @@
color: inherit;
display: inline-block;
font-size: inherit;
- height: 40px;
+ height: 35px;
outline: none;
padding: 0 15px;
width: 100%;
+ font-size: small;
}
.input:focus {