/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/datamanager/src/components/MainView/DataView/Table.prefix.css
43 строки
801 B
Raul Martin
refactor: ECHO-448: Biome - enable format (#9625)
17 мар 2026, 18:27
Не верифицирован
17 мар 2026, 18:27
567cb96
Код
Авторство
О чём код?
.data-view-dm { flex: 1; display: flex; overflow: hidden; flex-direction: column; background: var(--color-neutral-background); margin-bottom: 2.5rem; } .no-results { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; } .syncInProgress { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 16px; text-align: center; color: var(--color-neutral-content-subtler); .button-dm { color: var(--primary_link); padding: 8px 16px; border: 1px solid var(--primary_link); border-radius: 4px; box-shadow: none; font-size: 1rem; font-weight: 500; line-height: 24px; } &__text { margin-bottom: 1em; } }