beam: integrate model attachments with Beam viewer
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user