diff --git a/src/api/docs/content/index.css b/src/api/docs/content/index.css
index 76e3c1aa..24a4e207 100644
--- a/src/api/docs/content/index.css
+++ b/src/api/docs/content/index.css
@@ -1,16 +1,13 @@
.btn {
- width: 90px;
- height: 32px;
- padding:2px;
+ padding: 6px 12px;
font-size:13px;
- background-color: #47AFE8;
+ background-color: var(--primary-color);
color: #fff;
border: none;
margin: 0 2px;
border-radius: 2px;
cursor:pointer;
- outline:none;
}
.btn.large {
width: 120px;
@@ -29,4 +26,48 @@
}
.btn.red {
background-color: #ff4500;
-}
\ No newline at end of file
+}
+
+.btn:hover {
+ background: #fff;
+ color: var(--primary-color);
+}
+
+.logo-slot {
+ padding: 10px 0 10px 16px;
+ width: 50px;
+}
+
+.header-slot {
+ margin: 0 15px 0 0;
+ width: 100%;
+ display: flex;
+ gap: 6px 32px;
+ flex-wrap: wrap;
+ justify-content: start;
+}
+.header-title {
+ font-weight: 700;
+ font-size: 32px;
+ line-height: 1;
+}
+
+.password-controls {
+ display: flex;
+ align-items: stretch;
+}
+
+.footer-slot {
+ margin:0;
+ padding:16px;
+ display: flex;
+ gap: 16px 36px;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ color:#fff;
+ text-align:center;
+ background-color:#222;
+}
+.footer-slot > div {
+ flex: 0 0 auto;
+}
diff --git a/src/api/docs/content/index.html b/src/api/docs/content/index.html
index 73a2512d..9eefd339 100644
--- a/src/api/docs/content/index.html
+++ b/src/api/docs/content/index.html
@@ -36,27 +36,31 @@
schema-style = "tree"
render-style = "view"
primary-color = "#2d87e2"
- header-color = "#2d87e2"
+ header-color = "#222"
api-key-name = "sid"
api-key-location = "header"
api-key-value = "-"
show-method-in-nav-bar="as-colored-block"
allow-search = "false">
-
-