Update Powered by redoc badge

This commit is contained in:
Roman Hotsiy 2016-07-10 15:43:17 +03:00
parent b4a8c35be6
commit 186ce7ab6f
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
3 changed files with 13 additions and 5 deletions

View File

@ -80,6 +80,7 @@ $array-marker-line-height: 1.5;
.param.complex > .param-name .param-name-wrap {
font-weight: bold;
cursor: pointer;
color: $black;
}
.param.complex > .param-name svg {

View File

@ -7,6 +7,10 @@
border-bottom: 1px solid rgba(127, 127, 127, 0.25);
}
:host:last-of-type {
border-bottom: 0;
}
responses-list, params-list {
display: block;
}

View File

@ -142,14 +142,17 @@ api-logo {
}
footer {
position: relative;
text-align: right;
padding: 10px;
padding: 10px 40px;
font-size: 15px;
background-color: white;
margin-top: -35px;
color: white;
a {
color: white;
}
strong {
font-size: 18px;
color: $headers-color;
}
}