implemented feature
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user