/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/TOCCollapsible/styles.module.css
31 строка
636 B
Joshua Chen
refactor(theme-classic): always collocate stylesheets with components in one folder (#7415)
14 май 2022, 09:08
Не верифицирован
14 май 2022, 09:08
c17d745
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ .tocCollapsible { background-color: var(--ifm-menu-color-background-active); border-radius: var(--ifm-global-radius); margin: 1rem 0; } .tocCollapsibleContent > ul { border-left: none; border-top: 1px solid var(--ifm-color-emphasis-300); padding: 0.2rem 0; font-size: 15px; } .tocCollapsibleContent ul li { margin: 0.4rem 0.8rem; } .tocCollapsibleContent a { display: block; } .tocCollapsibleExpanded { transform: none; }