/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/components/TopBar/Controls.prefix.css
61 строка
1 KB
Raul Martin
feat: Migrate SCSS to plain CSS with PostCSS, replace Stylelint with Biome (#9584)
12 мар 2026, 20:57
Не верифицирован
12 мар 2026, 20:57
3f31128
Код
Авторство
О чём код?
.topbar { .controls { flex: 1; height: 100%; display: grid; grid-auto-columns: 1fr; grid-auto-flow: column; justify-content: flex-end; &__tooltip-wrapper { & button { width: 100%; } } &__skipped-info { display: flex; align-items: center; justify-content: center; font-weight: 500; font-size: 16px; & svg { margin: 0 8px 0 4px; } } .button { height: 100%; font-size: 16px; box-shadow: none; border-radius: 0; } } .action-dialog { height: 278px; width: 319px; padding: 12px 16px; display: flex; flex-direction: column; &__input-title { margin-bottom: 4px; } &__input { resize: none; flex: 1 1 auto; margin-bottom: 16px; background-color: var(--color-neutral-background); font-size: 16px; } &__footer { display: flex; flex-direction: row; justify-content: flex-end; } } }