/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/src/pages/showcase/_components/ShowcaseCards/styles.module.css
27 строк
534 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. */ .cardList { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; } .showcaseFavorite { padding-top: 2rem; padding-bottom: 2rem; background-color: #f6fdfd; } html[data-theme='dark'] .showcaseFavorite { background-color: #232525; } .headingFavorites { display: flex; align-items: center; }