mirror of https://github.com/OpenVidu/openvidu.git
24 lines
545 B
Sass
24 lines
545 B
Sass
![]() |
// 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: $COLOR_TEXT_ASIDE
|
||
|
margin: 0 0 1em 0
|
||
|
|
||
|
a
|
||
|
color: $COLOR_TEXT_ASIDE
|
||
|
text-decoration: underline
|
||
|
|
||
|
ul, p
|
||
|
margin: 0 !important
|
||
|
|
||
|
ul
|
||
|
list-style: none
|
||
|
padding: 0
|