/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/datamanager/src/components/MainView/GridView/GridPreview.module.css
49 строк
626 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
Код
Авторство
О чём код?
.modal { padding: 16px; position: relative; } .header { display: flex; justify-content: space-between; align-items: center; box-sizing: content-box; margin-bottom: 16px; } .tooltip { font-size: 12px; max-width: 300px; line-height: 16px; & p { margin-bottom: 4px; } & p:last-child { margin-bottom: 0; } } .actions { margin-left: auto; & > * { width: 20px; margin-left: 16px; text-align: center; cursor: pointer; } } .container { width: 100%; height: 100%; min-height: 100px; position: relative; } .image { pointer-events: none; user-select: none; }