/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/src/components/Svg/styles.module.css
54 строки
745 B
chima ilo
feat(website): redesign of showcase page (#5742)
18 ноя 2021, 17:22
Не верифицирован
18 ноя 2021, 17:22
3f18c92
Код
Авторство
О чём код?
/** * 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. */ .svgIcon { user-select: none; width: 1em; height: 1em; display: inline-block; fill: currentColor; flex-shrink: 0; color: inherit; } /* font-size */ .small { font-size: 1.25rem; } .medium { font-size: 1.5rem; } .large { font-size: 2.185rem; } /* colors */ .primary { color: var(--ifm-color-primary); } .secondary { color: var(--ifm-color-secondary); } .success { color: var(--ifm-color-success); } .error { color: var(--ifm-color-error); } .warning { color: var(--ifm-color-warning); } .inherit { color: inherit; }