/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/components/TimeDurationControl/TimeBox.prefix.css
34 строки
533 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
Код
Авторство
О чём код?
.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); } } }