/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/components/BottomBar/BottomBar.prefix.css
38 строк
726 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
Код
Авторство
О чём код?
.bottombar { height: var(--bottombar-height); width: 100%; z-index: 101; flex: none; display: flex; align-items: stretch; justify-content: space-between; background-color: var(--color-neutral-background); border-top: 1px solid var(--color-neutral-border); user-select: none; position: absolute; bottom: 0; &__group { display: flex; align-items: stretch; } &__section { display: flex; align-items: center; box-sizing: border-box; &_flat { padding: 0; } & .button { &_withIcon { &:not([disabled]):hover { background-color: var(--color-primary-emphasis-subtle) !important; border-radius: 4px; } } } } }