/
spirzen
/
it-knowledge-base
Обзор
Документация
Войти
/
spirzen
/
it-knowledge-base
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
Mobile
src/components/BlockBuilder.module.css
96 строк
2 KB
Spirzen
Components Rework
19 май 2026, 19:17
19 май 2026, 19:17
d8d92a3
Код
Авторство
О чём код?
.toolbar { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; margin-bottom: 1rem; } .levelBadge { margin-left: auto; padding: 0.25rem 0.65rem; font-size: 0.75rem; font-weight: 600; border-radius: 999px; background: color-mix(in srgb, var(--ifm-color-primary) 12%, transparent); color: var(--ifm-color-primary); border: 1px solid var(--ifm-color-primary); } .editor { position: relative; min-height: 14rem; max-height: 24rem; overflow: auto; border: 1px solid var(--demo-border); border-radius: 10px; background: var(--ifm-code-background); font-family: var(--ifm-font-family-monospace); font-size: 0.8rem; line-height: 1.55; } .empty { padding: 2rem 1rem; text-align: center; color: var(--demo-muted); font-style: italic; } .lineRow { display: flex; align-items: stretch; min-height: 1.55em; } .lineGutter { display: flex; flex-shrink: 0; } .indentGuide { width: 0.65rem; border-right: 2px solid color-mix(in srgb, var(--ifm-color-primary) 35%, transparent); margin-right: 2px; opacity: 0.6; } .lineNum { width: 2rem; padding: 0 0.35rem 0 0.25rem; text-align: right; color: var(--demo-muted); user-select: none; font-size: 0.7rem; } .lineContent { flex: 1; padding: 0 0.5rem; white-space: pre-wrap; word-break: break-word; } .braceOpen { color: var(--demo-success, #2e7d32); font-weight: 700; } .braceClose { color: var(--demo-error, #c62828); font-weight: 700; } .instruction { color: var(--ifm-color-content); } .tip { margin-top: 0.75rem; padding: 0.65rem 0.85rem; font-size: 0.78rem; border-radius: 8px; background: color-mix(in srgb, var(--ifm-color-primary) 8%, var(--ifm-background-surface-color)); border-left: 3px solid var(--ifm-color-primary); line-height: 1.45; }