documentation/static/css/js.css
Simon Genin (ges) f0b550fa16 [IMP] js: js domain css customization
closes odoo/documentation#1272

X-original-commit: 05a0a49a20
Signed-off-by: Simon Genin (ges@odoo) <ges@odoo.com>
2021-11-03 09:31:04 +00:00

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;
}