summaryrefslogtreecommitdiff
path: root/src/components/APIConfig.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-09-05 00:02:53 +0800
committerHaishan <[email protected]>2020-09-08 23:15:04 +0800
commit702169941e6956aa8f3b727ffe59a7bd6676c346 (patch)
treecbac8bb16592229b0499ab43a646df3bc67e0a2c /src/components/APIConfig.module.css
parent64ea28607a2077ac503cdb507d80632ba56e22f6 (diff)
refactor: use api base url instead of hostname and port
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;