@use '@foblex/flow/styles' as flow-theme; ::ng-deep { @include flow-theme.theme-tokens(); } @include flow-theme.drag-handle(); .f-node { @include flow-theme.node($selectorless: true); width: unset; img { width: 150px; } } .drag-handle-inside { display: flex; justify-content: flex-start; align-items: center; gap: 6px; } .f-icon { display: block; width: 28px; min-width: 28px; height: 28px; mask-repeat: no-repeat; } .drag-handle-outside { .f-drag-handle { background-color: var(--ff-node-background-color); position: absolute; top: 50%; transform: translateY(-50%); left: -50px; padding: 4px; border: 0.5px solid var(--ff-node-border-color); border-radius: var(--ff-node-border-radius); } }