/
sdds
/
plasma
Обзор
Документация
Войти
/
sdds
/
plasma
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
dev
website/sdds-scan-docs/src/theme/Playground/styles.module.css
39 строк
946 B
Anton Mikhailov
feat(): update Link config/stories/docs [PLASMA-6934]
22 апр 2026, 11:20
22 апр 2026, 11:20
060fe93
Код
Авторство
О чём код?
/** * 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. */ .playgroundContainer { margin-bottom: var(--ifm-leading); border-radius: var(--ifm-global-radius); box-shadow: var(--ifm-global-shadow-lw); overflow: hidden; } .playgroundContainer a { text-decoration: none; } .playgroundHeader { letter-spacing: 0.08rem; padding: 0.75rem; text-transform: uppercase; font-weight: bold; background: var(--ifm-color-emphasis-200); color: var(--ifm-color-content); font-size: var(--ifm-code-font-size); } .playgroundHeader:first-of-type { background: var(--ifm-color-emphasis-600); color: var(--ifm-color-content-inverse); } .playgroundEditor { font: var(--ifm-code-font-size) / var(--ifm-pre-line-height) var(--ifm-font-family-monospace) !important; /*rtl:ignore*/ direction: ltr; }