Files
ueblueprint/scss/ueb-knot.scss
barsdeveloper 6ce665e91f Simplify layout using grid (#7)
* Various style fix WIP

* Removing pin wrapper WIP

* Restore pin wrapper

* WIP

* Several style fixes

* Fix dropdown resizing

* Minor style adjustment, dorpdown bug fix

* Pins sizing

* Additional tests and style fixes

* More size tests and fixes

* More robust styling

* Small format fix
2023-05-18 19:46:45 +02:00

28 lines
561 B
SCSS

ueb-node.ueb-node-style-minimal {
box-shadow: none;
}
ueb-node.ueb-node-style-minimal ueb-pin {
margin: 0;
padding: 0;
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 {
margin: 0;
padding: 4px 6px;
}
ueb-node.ueb-node-style-minimal[data-selected="true"] .ueb-node-border {
box-shadow: inset 0 0 0px 6px #d29e07;
}