27 lines
No EOL
527 B
CSS
27 lines
No EOL
527 B
CSS
.swagger-ui .topbar .download-url-wrapper, .information-container {
|
|
display: none;
|
|
}
|
|
|
|
.swagger-ui .auth-wrapper {
|
|
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;
|
|
} |