/
alt3rmann
/
label-studio
Обзор
Документация
Войти
/
alt3rmann
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/components/TimeDurationControl/TimeDurationControl.scss
16 строк
363 B
phantrung18072001
feat: Add duration time in info tab (#6244)
10 сен 2024, 16:14
Не верифицирован
10 сен 2024, 16:14
36dd393
Код
Авторство
О чём код?
.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; } }