mirror of
https://github.com/chenasraf/simple-scaffold.git
synced 2026-05-18 01:29:09 +00:00
56 lines
1.4 KiB
CSS
56 lines
1.4 KiB
CSS
.tsd-typography table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
.tsd-typography table td,
|
|
.tsd-typography table th {
|
|
vertical-align: top;
|
|
border: 1px solid var(--color-accent);
|
|
padding: 6px;
|
|
}
|
|
.tsd-typography h1 + pre,
|
|
.tsd-typography h2 + pre,
|
|
.tsd-typography h3 + pre,
|
|
.tsd-typography h4 + pre,
|
|
.tsd-typography h5 + pre,
|
|
.tsd-typography h6 + pre,
|
|
/* */
|
|
.tsd-typography h1 + table,
|
|
.tsd-typography h2 + table,
|
|
.tsd-typography h3 + table,
|
|
.tsd-typography h4 + table,
|
|
.tsd-typography h5 + table,
|
|
.tsd-typography h6 + table {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.tsd-typography pre + a + h1,
|
|
.tsd-typography pre + a + h2,
|
|
.tsd-typography pre + a + h3,
|
|
.tsd-typography pre + a + h4,
|
|
.tsd-typography pre + a + h5,
|
|
.tsd-typography pre + a + h6,
|
|
/* */
|
|
.tsd-typography table + a + h1,
|
|
.tsd-typography table + a + h2,
|
|
.tsd-typography table + a + h3,
|
|
.tsd-typography table + a + h4,
|
|
.tsd-typography table + a + h5,
|
|
.tsd-typography table + a + h6 {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.tsd-index-accordion[data-key*="Configuration."] ul.tsd-nested-navigation,
|
|
.tsd-index-accordion[data-key*="Configuration."] .tsd-accordion-summary > svg,
|
|
.tsd-index-accordion[data-key="Changelog"] ul.tsd-nested-navigation,
|
|
.tsd-index-accordion[data-key="Changelog"] .tsd-accordion-summary > svg,
|
|
.tsd-index-accordion[data-key="Configuration"] li:nth-child(n + 6) {
|
|
display: none;
|
|
}
|
|
|
|
.tsd-index-accordion[data-key*="Configuration."],
|
|
.tsd-index-accordion[data-key="Changelog"] {
|
|
margin-left: 0;
|
|
}
|