You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
558 B
25 lines
558 B
3 years ago
|
// Displays the source and inheritance information
|
||
|
//
|
||
|
// <aside class="tsd-sources">
|
||
|
// <p>Overrides <a href="#">BaseHandler</a>.<a href="#">constructor</a></p>
|
||
|
// <ul>
|
||
|
// <li>Defined in src/typedoc/factories/handlers/DynamicModuleHandler.ts:37</li>
|
||
|
// </ul>
|
||
|
// </aside>
|
||
|
//
|
||
|
.tsd-sources
|
||
|
font-size: $FONT_SIZE_MONO
|
||
|
color: var(--color-text-aside)
|
||
|
margin: 0 0 1em 0
|
||
|
|
||
|
a
|
||
|
color: var(--color-text-aside)
|
||
|
text-decoration: underline
|
||
|
|
||
|
ul, p
|
||
|
margin: 0 !important
|
||
|
|
||
|
ul
|
||
|
list-style: none
|
||
|
padding: 0
|