mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-25 14:30:34 +03:00
Add "response schema" label
This commit is contained in:
parent
79534e2987
commit
442fc65209
|
@ -11,6 +11,9 @@
|
|||
<div class="header-description" inner-html="{{header.description | marked}}"> </div>
|
||||
</div>
|
||||
</div>
|
||||
<header>
|
||||
Response schema
|
||||
</header>
|
||||
<json-schema *ng-if="response.schema" class="schema type" pointer="{{response.pointer}}/schema">
|
||||
</json-schema>
|
||||
</zippy>
|
||||
|
|
|
@ -16,8 +16,11 @@
|
|||
color: #999;
|
||||
}
|
||||
|
||||
.response-headers header {
|
||||
font-size: 18px;
|
||||
header {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
Loading…
Reference in New Issue
Block a user