mirror of https://github.com/docker/docs.git
chore: remove unused scss stylesheet
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
1bf12eaae3
commit
b9d2d6fd75
|
@ -1,64 +0,0 @@
|
||||||
/**
|
|
||||||
* Styles for the Swagger API documentation (engine/api/v1.x/index.html)
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/* ReDoc doesn't change outer page styles */
|
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-content {
|
|
||||||
> div:first-child {
|
|
||||||
background-color: #086DD7;
|
|
||||||
height: 60px;
|
|
||||||
text-align: left !important;
|
|
||||||
|
|
||||||
img {
|
|
||||||
width: 160px !important;
|
|
||||||
margin: 15px 20px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
label.-depth0 span, label.-depth1 span {
|
|
||||||
font-family: "Roboto",sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
label.-depth0 {
|
|
||||||
text-transform: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
label.-depth1 span {
|
|
||||||
color: #0055BD !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul + div {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
redoc {
|
|
||||||
h1 {
|
|
||||||
font-size: 32px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1,h2,h3,h4,h5,h6 {
|
|
||||||
font-family: "Roboto",sans-serif !important;
|
|
||||||
color: inherit !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
p, a {
|
|
||||||
font-family: "Roboto",sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #0055BD !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Disable request-type badges, see https://github.com/Rebilly/ReDoc/issues/61
|
|
||||||
.operation-type {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue