Archived
2

implemented feature

This commit is contained in:
VLE2FE
2020-05-12 14:05:47 +02:00
parent a82361c818
commit 57152c1ab2
4 changed files with 62 additions and 10 deletions

View File

@ -52,6 +52,23 @@ body:after {
font-family: "Bosch Sans", sans-serif;
}
/*custom docs*/
.docs {
position: relative;
font-size: 14px;
}
.docs > summary {
position: absolute;
right: 0;
top: -25px;
cursor: pointer;
}
.docs-open:hover {
text-decoration: underline;
}
/*Remove topbar*/
.swagger-ui .topbar {
display: none