mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:28:17 +08:00
25 lines
515 B
SCSS
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;
|
|
}
|