generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from hlxsites/api-definition-extensions
Api definition extensions
- Loading branch information
Showing
2 changed files
with
114 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
raqn-swaggerui .topbar { | ||
display: none; | ||
} | ||
|
||
raqn-swaggerui .swagger-ui-selection ul input { | ||
transition: opacity 0.5s ease; | ||
margin: auto 10px; | ||
} | ||
|
||
raqn-swaggerui .swagger-ui-selection ul li.closed input { | ||
opacity: 0; | ||
} | ||
|
||
raqn-swaggerui .swagger-ui-selection ul ul { | ||
max-height: 300px; | ||
overflow-y: scroll; | ||
transition: max-height 0.5s ease-out, opacity 0.5s ease-out; | ||
} | ||
|
||
raqn-swaggerui .swagger-ui-selection ul li.closed ul { | ||
height: 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters