summaryrefslogtreecommitdiff
path: root/client/src/components/UpdateInput
diff options
context:
space:
mode:
authorBlaster4385 <[email protected]>2022-08-25 22:57:19 +0530
committerBlaster4385 <[email protected]>2022-08-25 22:57:19 +0530
commitce40b4240d7d23d4a6817dea1a6bc45546419718 (patch)
tree8be0883ea33c1cf38ad1283e6dda6a27404687ae /client/src/components/UpdateInput
parent8bb08d2b60b54da1b4a63195f20a8f11425304f6 (diff)
Kaand number 2
Diffstat (limited to 'client/src/components/UpdateInput')
-rw-r--r--client/src/components/UpdateInput/UpdateInput.module.css19
1 files changed, 10 insertions, 9 deletions
diff --git a/client/src/components/UpdateInput/UpdateInput.module.css b/client/src/components/UpdateInput/UpdateInput.module.css
index d4d7ee5..391937d 100644
--- a/client/src/components/UpdateInput/UpdateInput.module.css
+++ b/client/src/components/UpdateInput/UpdateInput.module.css
@@ -1,8 +1,13 @@
+.input__edit {
+ display: flex;
+ flex-direction: row;
+}
+
.input {
display: flex;
justify-content: center;
font-family: 'Barlow';
- font-size: var(--font-medium-s);
+ font-size: 1.75rem;
}
.input__container {
@@ -10,16 +15,12 @@
flex-direction: column;
}
-.input__edit {
- display: flex;
- flex-direction: row;
-}
-
.input__field {
- width: 330px;
+ width: 500px;
+ height: 80px;
margin: 10px 0px;
padding: 18px 10px;
border: 3px solid;
border-radius: 10px;
- font-size: 1rem;
-}
+ font-size: 1.5rem;
+} \ No newline at end of file