/
alt3rmann
/
label-studio
Обзор
Документация
Войти
/
alt3rmann
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/components/TimeDurationControl/TimeBox.scss
34 строки
531 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
Код
Авторство
О чём код?
.time-box { width: 100px; height: 24px; border-radius: 4px; border: 1px solid var(--color-neutral-border); font-size: 14px; font-weight: 400; &_sidepanel { width: 100%; } &__input-time { border: none; padding: 0; outline: none; width: 100%; height: 100%; line-height: 22px; background: none; text-align: center; } &__displayed-time { width: 100%; height: 100%; line-height: 22px; text-align: center; span { color: var(--sand_400); } } }