/
spirzen
/
it-knowledge-base
Обзор
Документация
Войти
/
spirzen
/
it-knowledge-base
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
Mobile
src/components/schemaMaker/PropertiesPanel.css
108 строк
2 KB
Spirzen
Some pack
24 май 2026, 04:42
24 май 2026, 04:42
6571b75
Код
Авторство
О чём код?
.properties { width: 220px; flex-shrink: 0; background: var(--bg-panel); border-left: 1px solid var(--border); padding: 16px; overflow-y: auto; } .properties-title { font-size: 13px; font-weight: 600; margin-bottom: 16px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; } .properties-section { margin-bottom: 20px; } .properties-label { display: block; font-size: 12px; font-weight: 500; color: var(--text-muted); margin-bottom: 8px; } .properties-type { display: block; font-size: 14px; margin-bottom: 12px; } .properties-empty, .properties-hint { font-size: 12px; color: var(--text-muted); line-height: 1.5; margin-bottom: 16px; } .properties-textarea { width: 100%; padding: 8px 10px; border: 1px solid var(--border); border-radius: var(--radius-sm); resize: vertical; margin-bottom: 12px; background: #fff; } .properties-textarea:focus { outline: none; border-color: var(--border-focus); } .properties-row { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; } .properties-input { width: 72px; padding: 6px 8px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: #fff; } .properties-range { width: 100%; accent-color: var(--accent); } .properties-note { font-weight: 400; color: var(--text-muted); } .color-swatches { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; } .color-swatch { width: 24px; height: 24px; border-radius: 50%; border: 2px solid transparent; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08); transition: transform 0.1s; } .color-swatch:hover { transform: scale(1.1); } .color-swatch.active { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-soft); }