/
alt3rmann
/
label-studio
Обзор
Документация
Войти
/
alt3rmann
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/components/HtxTextBox/HtxTextBox.module.scss
27 строк
511 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
Код
Авторство
О чём код?
.input { width: 100%; padding: 0.4em 1em; border-width: 1px; display: block; background-color: var(--color-neutral-surface); border-color: var(--color-neutral-border); color: var(--color-neutral-content); } .editing { padding: 0; position: relative; .enter { pointer-events: all; } } .delete { color: #1890ff; // Typography.Paragraph has margin-bottom: 1em, so we have to compensate it to have icon in the middle margin-top: -1em; padding-left: 1em; line-height: 1.8em; }