/
spirzen
/
it-knowledge-base
Обзор
Документация
Войти
/
spirzen
/
it-knowledge-base
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
Mobile
src/components/BpmnReferencePlay.module.css
100 строк
2 KB
Spirzen
Components Pack
21 май 2026, 18:53
21 май 2026, 18:53
44241e8
Код
Авторство
О чём код?
.searchRow { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 0.75rem; } .chips { display: flex; flex-wrap: wrap; gap: 0.35rem; } .chip { padding: 0.28rem 0.6rem; font-size: 0.75rem; border-radius: 999px; border: 1px solid var(--ifm-color-emphasis-300); background: var(--ifm-background-surface-color); cursor: pointer; font-family: inherit; } .chipActive { background: #0ea5e9; color: #fff; border-color: transparent; } .split { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; min-height: 200px; } @media (max-width: 768px) { .split { grid-template-columns: 1fr; } } .list { list-style: none; margin: 0; padding: 0; max-height: 220px; overflow: auto; border: 1px solid var(--ifm-color-emphasis-200); border-radius: 8px; } .row { display: flex; flex-direction: column; align-items: flex-start; width: 100%; text-align: left; padding: 0.45rem 0.6rem; border: none; border-bottom: 1px solid var(--ifm-color-emphasis-100); background: transparent; cursor: pointer; font-family: inherit; font-size: 0.8rem; } .row:hover, .rowActive { background: rgba(14, 165, 233, 0.1); } .rowCat { font-size: 0.65rem; color: var(--ifm-color-content-secondary); } .rowCode { font-size: 0.68rem; margin-top: 0.15rem; } .detail { padding: 0.65rem; border: 1px solid var(--ifm-color-emphasis-200); border-radius: 8px; font-size: 0.85rem; } .detail h4 { margin: 0 0 0.35rem; } .badge { display: inline-block; padding: 0.15rem 0.45rem; border-radius: 4px; background: var(--ifm-color-emphasis-200); font-size: 0.72rem; }