beam: integrate model attachments with Beam viewer

This commit is contained in:
DCCONSTRUCTIONS
2026-06-04 19:39:36 +03:00
parent 6e74964853
commit 3e41c451c1
9 changed files with 583 additions and 7 deletions
+27
View File
@@ -345,6 +345,33 @@
0 8px 22px rgba(0, 0, 0, 0.24);
}
.nodedc-beam-viewer-modal {
background: #000 !important;
border: 0 !important;
outline: none !important;
box-shadow: none !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
}
.nodedc-beam-viewer-modal::before,
.nodedc-beam-viewer-modal::after {
border: 0 !important;
outline: none !important;
box-shadow: none !important;
}
.nodedc-beam-viewer-modal:focus,
.nodedc-beam-viewer-modal:focus-visible,
.nodedc-beam-viewer-modal:focus-within,
.nodedc-beam-viewer-modal iframe,
.nodedc-beam-viewer-modal iframe:focus,
.nodedc-beam-viewer-modal iframe:focus-visible {
border: 0 !important;
outline: none !important;
box-shadow: none !important;
}
.nodedc-glass-surface {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0.01) 100%), rgba(9, 9, 12, 0.88);