/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/Details/styles.module.css
13 строк
447 B
Sébastien Lorber
feat: details/summary theme / MDX component (#5216)
27 июл 2021, 19:45
Не верифицирован
27 июл 2021, 19:45
dc4664b
Код
Авторство
О чём код?
/** * 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. */ .details { --docusaurus-details-decoration-color: var(--ifm-alert-border-color); --docusaurus-details-transition: transform var(--ifm-transition-fast) ease; margin: 0 0 var(--ifm-spacing-vertical); border: 1px solid var(--ifm-alert-border-color); }