/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-search-algolia/src/theme/SearchBar/styles.css
25 строк
546 B
Dylan Tientcheu
feat(search): add runtime support for DocSearch v4 (#11327)
19 сен 2025, 15:15
Не верифицирован
19 сен 2025, 15:15
9c68988
Код
Авторство
О чём код?
/** * 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. */ :root { --docsearch-primary-color: var(--ifm-color-primary); --docsearch-text-color: var(--ifm-font-color-base); } .DocSearch-Button { margin: 0; transition: all var(--ifm-transition-fast) var(--ifm-transition-timing-default); } .DocSearch-Container { z-index: calc(var(--ifm-z-index-fixed) + 1); } .DocSearch-Button-Key { padding: 0; }