/
spirzen
/
it-knowledge-base
Обзор
Документация
Войти
/
spirzen
/
it-knowledge-base
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
Mobile
src/components/SystemDiscoveryDemo.module.css
90 строк
1 KB
Spirzen
Components Pack
21 май 2026, 18:53
21 май 2026, 18:53
44241e8
Код
Авторство
О чём код?
.top { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; font-size: 0.82rem; } .progress { flex: 1; height: 8px; background: var(--ifm-color-emphasis-200); border-radius: 4px; overflow: hidden; } .bar { height: 100%; background: #10b981; transition: width 0.25s ease; } .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; margin-bottom: 0.65rem; } @media (max-width: 700px) { .grid { grid-template-columns: 1fr; } } .list { margin: 0; padding: 0; list-style: none; } .list li { margin-bottom: 0.35rem; font-size: 0.82rem; } .list label { display: flex; align-items: flex-start; gap: 0.4rem; cursor: pointer; } .done { text-decoration: line-through; opacity: 0.65; } .tree h4 { margin: 0 0 0.35rem; font-size: 0.85rem; } .nodeChild { margin-left: 1rem; } .nodeBtn { border: none; background: transparent; cursor: pointer; font-family: inherit; font-size: 0.8rem; padding: 0.2rem 0; text-align: left; } .notes { display: flex; flex-direction: column; gap: 0.35rem; font-size: 0.8rem; } .notes textarea { font-family: inherit; padding: 0.5rem; border-radius: 6px; border: 1px solid var(--ifm-color-emphasis-300); }