/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/datamanager/src/components/Common/TaskSourceViewer/CodeView.module.css
43 строки
963 B
Raul Martin
feat: Migrate SCSS to plain CSS with PostCSS, replace Stylelint with Biome (#9584)
12 мар 2026, 20:57
Не верифицирован
12 мар 2026, 20:57
3f31128
Код
Авторство
О чём код?
.codeView { position: relative; background: var(--color-neutral-surface-inset); border-radius: var(--corner-radius-small); overflow: hidden; /* Fill parent container for consistent modal height */ height: 100%; box-shadow: inset 0 2px 8px rgba(var(--color-neutral-shadow-raw) / 12%); border: 1px solid var(--color-neutral-border); } .copyButton { position: absolute !important; top: var(--spacing-tight); right: var(--spacing-tight); width: 32px; height: 32px; padding: 0 !important; z-index: 10; color: var(--color-neutral-content-subtle); & svg { width: 20px; height: 20px; } } .listContainer { height: 100%; width: 100%; padding: var(--spacing-base); padding-right: 0; } .line { font-family: var(--font-family-mono); font-size: var(--font-size-body-smaller); line-height: 20px; white-space: pre; color: var(--color-neutral-content-subtle); padding-right: 40px; /* space for copy button */ }