43 lines
797 B
CSS
43 lines
797 B
CSS
![]() |
/** temporary file while js doc is being written - subject to heavy changes **/
|
||
|
|
||
|
.js, .js.method, .js.function, .js.class { /** temp hack for nested apis - have to find a nice look for it **/
|
||
|
padding: 1rem !important;
|
||
|
border-radius: .25rem;
|
||
|
background-color: #F9FAFB;
|
||
|
border: 2px solid #017e84;
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
|
||
|
.js dd div {
|
||
|
margin: 0 !important;
|
||
|
}
|
||
|
.js dl {
|
||
|
padding: 0 !important;
|
||
|
margin: 0;
|
||
|
margin-top: 0.5rem;
|
||
|
margin-bottom: 0.5rem;
|
||
|
}
|
||
|
|
||
|
.js blockquote {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.js > dd > p:before {
|
||
|
content: "-> ";
|
||
|
}
|
||
|
|
||
|
.js .field-list {
|
||
|
border: none !important;
|
||
|
}
|
||
|
|
||
|
.js .sig-param, .js .sig-paren {
|
||
|
font-style: normal;
|
||
|
font-size: initial;
|
||
|
color: #4B5563;
|
||
|
font-family: var(--bs-font-monospace);
|
||
|
}
|
||
|
|
||
|
.js .sig-paren {
|
||
|
color: #212529;
|
||
|
}
|