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