mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
Discriminator styling
This commit is contained in:
parent
5decc3ceb5
commit
1af0d8e54e
|
@ -19,8 +19,8 @@
|
|||
</form>
|
||||
</nav>
|
||||
|
||||
<!--<redoc scroll-y-offset="body > nav" spec-url='swagger.yml'></redoc>-->
|
||||
<redoc scroll-y-offset="body > nav" spec-url='http://localhost:3000/swagger.json'></redoc>
|
||||
<redoc scroll-y-offset="body > nav" spec-url='swagger.yml'></redoc>
|
||||
<!--<redoc scroll-y-offset="body > nav" spec-url='http://localhost:3000/swagger.json'></redoc>-->
|
||||
|
||||
<!-- ReDoc built file with all dependencies included -->
|
||||
<script src="main.js"> </script>
|
||||
|
|
|
@ -114,6 +114,7 @@ json-schema.nested-schema {
|
|||
|
||||
.discriminator-info {
|
||||
font-weight: $regular;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.discriminator-wrap > td {
|
||||
|
@ -129,7 +130,7 @@ ul {
|
|||
}
|
||||
|
||||
li {
|
||||
margin: 0.2em 0.3em 0.2em 0;
|
||||
margin: 0.5em 0.3em 0.2em 0;
|
||||
font-family: $headers-font, $headers-font-family;
|
||||
font-size: .929em;
|
||||
line-height: .929em;
|
||||
|
|
Loading…
Reference in New Issue
Block a user