You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
564 B
32 lines
564 B
/* swagger ui customization */
|
|
img[alt="Swagger UI"] {
|
|
display: block;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
content: url(../CustomContent/logo.png);
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
position: absolute;
|
|
left: 100px;
|
|
}
|
|
|
|
.swagger-ui .topbar{
|
|
background-color: white;
|
|
}
|
|
|
|
.swagger-ui .topbar .download-url-wrapper .select-label {
|
|
color: black;
|
|
}
|
|
|
|
.swagger-ui .info {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.swagger-ui .scheme-container {
|
|
margin: -40px 0 0px;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
body {
|
|
background-color: white;
|
|
}
|