/
spirzen
/
it-knowledge-base
Обзор
Документация
Войти
/
spirzen
/
it-knowledge-base
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
Mobile
src/components/BlenderWorkspacePlay.module.css
130 строк
2 KB
Spirzen
Components pack 2
23 май 2026, 03:42
23 май 2026, 03:42
b7f65e4
Код
Авторство
О чём код?
.root { max-width: min(520px, 100%); margin: 0 auto; } .toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem; margin-bottom: 0.65rem; padding: 0.4rem 0.5rem; border-radius: 6px; background: #2b2b2b; } .toolbarBrand { color: #f39c12; font-weight: 700; font-size: 0.82rem; margin-right: 0.35rem; } .tab { padding: 0.3rem 0.55rem; border-radius: 4px; border: none; font-size: 0.72rem; cursor: pointer; background: #404040; color: #eee; } .tabActive { background: #f39c12; color: #1a1a1a; } .viewportWrap { display: flex; justify-content: center; margin: 0.5rem 0; border: 2px solid var(--ifm-color-emphasis-300); border-radius: 6px; overflow: hidden; } .viewport { display: block; width: 100%; max-width: 280px; height: auto; } .sliders { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 0.5rem; } .sliderLabel { font-size: 0.75rem; display: flex; flex-direction: column; gap: 0.2rem; } .sliderLabel input { width: 100%; } .outliner { border: 1px solid var(--ifm-color-emphasis-300); border-radius: 6px; padding: 0.5rem; font-family: var(--ifm-font-family-monospace); font-size: 0.78rem; margin-bottom: 0.5rem; } .treeRow { display: flex; align-items: center; gap: 0.35rem; width: 100%; text-align: left; border: none; background: transparent; padding: 0.25rem 0.35rem; border-radius: 4px; cursor: pointer; font-size: inherit; } .treeRowActive { background: color-mix(in srgb, var(--ifm-color-primary) 18%, transparent); color: var(--ifm-color-primary); } .nodeGraph { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; margin-bottom: 0.5rem; } .shaderNode { border: 2px solid var(--ifm-color-emphasis-300); border-radius: 6px; padding: 0.45rem 0.35rem; font-size: 0.68rem; font-weight: 600; text-align: center; } .node_shader { border-color: #7e57c2; background: color-mix(in srgb, #7e57c2 12%, transparent); } .node_output { border-color: #43a047; } .hint { font-size: 0.78rem; color: var(--ifm-color-content-secondary); margin: 0.35rem 0 0; }