/
alt3rmann
/
label-studio
Обзор
Документация
Войти
/
alt3rmann
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/components/Node/Node.scss
45 строк
764 B
Yousif Yassi
feat: OPTIC-1217: Implement Color design tokens as CSS variables and Dark Mode (#6550)
28 апр 2025, 19:46
Не верифицирован
28 апр 2025, 19:46
2e8e35e
Код
Авторство
О чём код?
.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; } } }