/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/src/pages/showcase/_components/FavoriteIcon/styles.module.css
27 строк
413 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. */ .svg { user-select: none; color: #e9669e; width: 1em; height: 1em; display: inline-block; fill: currentColor; } .small { font-size: 1rem; } .medium { font-size: 1.25rem; } .large { font-size: 1.8rem; }