diff --git a/layouts/api/list.html b/layouts/api/list.html
index b559a7100..9d5913bef 100644
--- a/layouts/api/list.html
+++ b/layouts/api/list.html
@@ -35,18 +35,16 @@ param) - shows RapiDoc with all operations for the tag For conceptual pages
{{ if or (eq $version "clustered") (eq $version "cloud-dedicated") }}
-
-
-
-
+
+
+
Download Data API Spec
-
-
-
-
+
+
+
Download Management API Spec
@@ -204,52 +202,12 @@ param) - shows RapiDoc with all operations for the tag For conceptual pages
}
}
- /* Dual download buttons for Clustered/Cloud Dedicated */
+ /* Dual download buttons container for Clustered/Cloud Dedicated */
.api-spec-actions--dual {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
- margin: 1.5rem 0;
- }
-
- .api-spec-actions--dual .api-spec-download {
- display: inline-flex;
- align-items: center;
- gap: 0.5rem;
- padding: 0.625rem 1rem;
- font-size: 0.875rem;
- font-weight: 500;
- color: #545667;
- background-color: #f5f6f7;
- border: 1px solid #d0d4d9;
- border-radius: 6px;
- text-decoration: none;
- transition: all 0.15s ease;
- }
-
- .api-spec-actions--dual .api-spec-download:hover {
- background-color: #e8eaed;
- border-color: #b4b8be;
- color: #2e3039;
- }
-
- .api-spec-actions--dual .api-spec-download svg {
- flex-shrink: 0;
- }
-
- /* Dark mode for dual download buttons */
- [data-theme='dark'] .api-spec-actions--dual .api-spec-download,
- html:has(link[title='dark-theme']:not([disabled])) .api-spec-actions--dual .api-spec-download {
- color: #b4b6bc;
- background-color: #2a2d35;
- border-color: #454952;
- }
-
- [data-theme='dark'] .api-spec-actions--dual .api-spec-download:hover,
- html:has(link[title='dark-theme']:not([disabled])) .api-spec-actions--dual .api-spec-download:hover {
- background-color: #353840;
- border-color: #5a5f69;
- color: #e0e2e6;
+ margin: 1rem 0;
}
/* Responsive - stack buttons on smaller screens */