aboutsummaryrefslogtreecommitdiff
path: root/public/main.css
diff options
context:
space:
mode:
authorJoris2021-05-20 16:55:01 +0200
committerJoris2021-05-20 16:55:01 +0200
commit56de4dc516975b36d1cbe70da3964d254fa82c65 (patch)
tree73e0eeae0fe4a164cb82d9def9be9ada828bfe8f /public/main.css
parent82e688161e2975696edf43bd9a3a78f39d7d55d0 (diff)
downloadtabata-56de4dc516975b36d1cbe70da3964d254fa82c65.tar.gz
tabata-56de4dc516975b36d1cbe70da3964d254fa82c65.tar.bz2
tabata-56de4dc516975b36d1cbe70da3964d254fa82c65.zip
Reduce number input widths
Diffstat (limited to 'public/main.css')
-rw-r--r--public/main.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/public/main.css b/public/main.css
index 45fbd8b..a2451a0 100644
--- a/public/main.css
+++ b/public/main.css
@@ -119,6 +119,14 @@ body {
padding-bottom: 0.3rem;
}
+.g-Form__NumberInput {
+ width: 5rem;
+}
+
+.g-Form__TabataInput {
+ width: 10rem;
+}
+
.g-Form__Duration {
text-align: center;
font-size: 1.5rem;
@@ -246,7 +254,6 @@ h1 {
.g-Input {
display: block;
font-size: inherit;
- width: 10rem;
padding: 0.3rem;
border: 0.1rem solid var(--color-input-border);
}