summaryrefslogtreecommitdiff
path: root/src/components/APIConfig.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/APIConfig.module.css')
-rw-r--r--src/components/APIConfig.module.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/components/APIConfig.module.css b/src/components/APIConfig.module.css
index f6f41f8..1092aed 100644
--- a/src/components/APIConfig.module.css
+++ b/src/components/APIConfig.module.css
@@ -20,7 +20,7 @@
}
.body {
- padding: 30px 0 10px;
+ padding: 30px 0 0;
}
.hostnamePort {
@@ -37,8 +37,14 @@
}
}
+.error {
+ height: 20px;
+ font-size: 0.8em;
+ color: #ff8b8b;
+}
+
.footer {
- padding: 30px 0 10px;
+ padding: 5px 0 10px;
display: flex;
justify-content: flex-end;
align-items: center;