mirror of
https://github.com/Redocly/redoc.git
synced 2025-03-03 09:25:47 +03:00
Update Powered by redoc badge
This commit is contained in:
parent
b4a8c35be6
commit
186ce7ab6f
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user