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.
16 lines
329 B
16 lines
329 B
/* logo */
|
|
.topbar-wrapper img[alt="Swagger UI"], .topbar-wrapper span {
|
|
visibility: collapse;
|
|
}
|
|
|
|
.topbar-wrapper .link:after {
|
|
content: url(../banner-dark.svg);
|
|
display: block;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
width: 150px;
|
|
}
|
|
/* end logo */
|