/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/components/Annotations/Annotations.module.css
59 строк
798 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
Код
Авторство
О чём код?
.buttons { margin: 10px 0; display: flex; justify-content: space-between; align-items: center; } .skipped { color: var(--color-negative-content); min-width: 2em; } .annotationcard { display: flex; width: 100%; justify-content: space-between; align-items: center; & > div:first-child { flex-grow: 1; } } .annotation { padding: 1em !important; cursor: pointer; &_selected { background: rgb(0 0 0 / 5%); } } .title { display: flex; align-items: center; color: var(--primary_link); font-weight: bold; & h3 { margin: 0; } } .titlespace { justify-content: space-between; } .itembtns { display: flex; justify-content: space-between; width: 100%; } .draftbtn { padding: 0; border: 0; vertical-align: -0.5px; height: auto; }