/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/datamanager/src/components/Common/Table/TableHead/TableHead.prefix.css
36 строк
676 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
Код
Авторство
О чём код?
.table-head { display: flex; width: 100%; height: 40px; z-index: 150; font-weight: 500; overflow: visible; align-items: center; background-color: var(--color-neutral-background); min-width: fit-content; font-size: 14px; border-bottom: 1px solid var(--color-neutral-border); color: var(--color-neutral-content); position: sticky; &__extra { flex: 1; display: flex; padding-right: 14px; align-items: center; justify-content: flex-end; } &__column-extra { margin: 0 2px 0 10px; display: flex; align-items: center; } &__draggable { --scale: 1; transform: scale(var(--scale)); cursor: grab; } }