/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/components/TimeDurationControl/TimeDurationControl.prefix.css
16 строк
363 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
Код
Авторство
О чём код?
.timer-duration-control { display: flex; & > label:not(:first-child) .time-box, & > .time-box:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } & > label:not(:last-child) .time-box, & > .time-box:not(:last-child) { border-right: none; border-bottom-right-radius: 0; border-top-right-radius: 0; } }