/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/components/Node/Node.prefix.css
45 строк
768 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
Код
Авторство
О чём код?
.node { flex-basis: 100%; color: var(--labelColor, var(--color-neutral-content-subtler)); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: flex; &__incomplete { display: inline-flex; margin-left: 5px; align-items: center; & svg { width: 20px; height: 17px; fill: var(--incomplete-warning-color, var(--persimmon_400)); } } } .node-minimal { display: inline-flex; align-items: center; &__counter { flex: none; padding-right: 7px; display: flex; color: var(--primary_link); align-items: center; justify-content: center; } &__icon { width: 24px; height: 24px; margin-right: 5px; & svg { width: 24px; height: 24px; } } }