Files
ueblueprint/scss/ueb-knot.scss
2023-01-21 15:51:47 +01:00

25 lines
515 B
SCSS

ueb-node.ueb-node-style-minimal {
box-shadow: none;
}
ueb-node.ueb-node-style-minimal ueb-pin {
min-height: 0;
}
ueb-node.ueb-node-style-minimal ueb-pin[data-direction="input"] {
display: none;
}
ueb-node.ueb-node-style-minimal .ueb-node-border {
padding: 8px 16px;
background: none !important;
}
ueb-node.ueb-node-style-minimal .ueb-pin-wrapper {
padding: 4px 6px;
}
ueb-node.ueb-node-style-minimal[data-selected="true"] .ueb-node-border {
box-shadow: inset 0 0 0px 6px #d29e07;
}