/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/src/pages/showcase/_components/ShowcaseSearchBar/styles.module.css
17 строк
330 B
Sébastien Lorber
refactor(website): refactor showcase components (#10023)
10 апр 2024, 11:42
Не верифицирован
10 апр 2024, 11:42
964a4e4
Код
Авторство
О чём код?
/** * 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. */ .searchBar { margin-left: auto; } .searchBar input { height: 30px; border-radius: 15px; padding: 10px; border: 1px solid gray; }