[backend] Theme swagger docs according to branding guidelines

This commit is contained in:
Laura Hausmann 2024-02-02 03:28:59 +01:00
parent 2736ce1b71
commit f95e79bf19
No known key found for this signature in database
GPG key ID: D044E84C5BE01605
2 changed files with 21 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View file

@ -1,7 +1,27 @@
.swagger-ui .topbar .download-url-wrapper { .swagger-ui .topbar .download-url-wrapper, .information-container {
display: none; display: none;
} }
.swagger-ui .auth-wrapper { .swagger-ui .auth-wrapper {
justify-content: flex-start; justify-content: flex-start;
} }
.topbar {
background-color: #3b364c !important;
}
.swagger-ui .scheme-container {
background-color: #fafafa !important;
}
img[alt="Swagger UI"] {
display: block;
box-sizing: border-box;
content: url('/assets/logo.png');
margin-left: 0px;
margin-top: -5px;
margin-bottom: -5px;
max-width: 100%;
max-height: 100%;
height: 60px;
}