/
alt3rmann
/
label-studio
Обзор
Документация
Войти
/
alt3rmann
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/components/Timeline/SideControls/FramesControl.scss
33 строки
651 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
Код
Авторство
О чём код?
.frames-control { height: 36px; min-width: 115px; display: flex; align-items: center; justify-content: center; background: var(--color-neutral-surface); border-radius: 4px; font-weight: 500; font-size: 16px; line-height: 19px; color: var(--color-neutral-content); padding: 0 8px; border: 1px solid var(--color-neutral-border); span { color: var(--color-neutral-content-subtler); padding-left: 5px; font-weight: 400; } input { width: 100%; height: 100%; border: none; background: none; padding: 0; margin: 0; font-size: 16px; line-height: 19px; text-align: center; } }