Commit a20e4f03 authored by Romain DELEAU's avatar Romain DELEAU

increase inputs font size

parent 346caa87
...@@ -108,6 +108,7 @@ ...@@ -108,6 +108,7 @@
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 30%; background-size: 30%;
font-size: 15px;
} }
} }
} }
......
...@@ -86,6 +86,7 @@ ...@@ -86,6 +86,7 @@
border-radius: 10px; border-radius: 10px;
border: none; border: none;
padding: 5px 10px 5px 10px; padding: 5px 10px 5px 10px;
font-size: 15px;
} }
textarea { textarea {
border-radius: 20px; border-radius: 20px;
...@@ -93,6 +94,7 @@ ...@@ -93,6 +94,7 @@
border: none; border: none;
resize: none; resize: none;
flex-grow: 1; flex-grow: 1;
font-size: 15px;
} }
&-title { &-title {
margin-top: 20px; margin-top: 20px;
......
...@@ -98,6 +98,7 @@ ...@@ -98,6 +98,7 @@
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 30%; background-size: 30%;
font-size: 15px;
} }
} }
&-footer { &-footer {
......
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
border-radius: 10px; border-radius: 10px;
border: none; border: none;
padding: 5px 10px 5px 10px; padding: 5px 10px 5px 10px;
font-size: 15px;
} }
textarea { textarea {
border-radius: 20px; border-radius: 20px;
...@@ -99,6 +100,7 @@ ...@@ -99,6 +100,7 @@
border: none; border: none;
resize: none; resize: none;
flex-grow: 1; flex-grow: 1;
font-size: 15px;
} }
&-title { &-title {
margin-top: 20px; margin-top: 20px;
......
...@@ -95,6 +95,7 @@ ...@@ -95,6 +95,7 @@
border-radius: 10px; border-radius: 10px;
border: none; border: none;
padding: 5px 10px 5px 10px; padding: 5px 10px 5px 10px;
font-size: 15px;
} }
textarea { textarea {
border-radius: 20px; border-radius: 20px;
...@@ -102,6 +103,7 @@ ...@@ -102,6 +103,7 @@
border: none; border: none;
resize: none; resize: none;
flex-grow: 1; flex-grow: 1;
font-size: 15px;
} }
&-title { &-title {
margin-top: 20px; margin-top: 20px;
......
...@@ -209,6 +209,7 @@ ...@@ -209,6 +209,7 @@
border-radius: 10px; border-radius: 10px;
border: none; border: none;
padding: 5px 10px 5px 10px; padding: 5px 10px 5px 10px;
font-size: 15px;
} }
textarea { textarea {
border-radius: 20px; border-radius: 20px;
...@@ -216,6 +217,7 @@ ...@@ -216,6 +217,7 @@
border: none; border: none;
resize: none; resize: none;
flex-grow: 1; flex-grow: 1;
font-size: 15px;
} }
select { select {
background-color: white; background-color: white;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment