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 {
|
.param.complex > .param-name .param-name-wrap {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
color: $black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.param.complex > .param-name svg {
|
.param.complex > .param-name svg {
|
||||||
|
|
|
@ -7,6 +7,10 @@
|
||||||
border-bottom: 1px solid rgba(127, 127, 127, 0.25);
|
border-bottom: 1px solid rgba(127, 127, 127, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:host:last-of-type {
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
responses-list, params-list {
|
responses-list, params-list {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
|
@ -142,14 +142,17 @@ api-logo {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
position: relative;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 10px;
|
padding: 10px 40px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
background-color: white;
|
margin-top: -35px;
|
||||||
|
color: white;
|
||||||
|
a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
strong {
|
strong {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: $headers-color;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user