mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-18 22:37:35 +08:00
Moving node and pins information to Configuration
This commit is contained in:
@@ -66,27 +66,28 @@ ueb-blueprint[data-scrolling="false"][data-selecting="false"] .ueb-node-wrapper
|
||||
}
|
||||
|
||||
.ueb-node-top {
|
||||
color: #c0c0c0;
|
||||
font-weight: 900;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ueb-node-style-default .ueb-node-top {
|
||||
padding: 3px 20px 2px 6px;
|
||||
box-shadow:
|
||||
inset 5px 1px 5px -3px #ffffff40,
|
||||
inset 0 1px 2px 0 #ffffff40;
|
||||
border-radius: var(--ueb-node-radius) var(--ueb-node-radius) 0 0;
|
||||
background: linear-gradient(170deg, rgb(var(--ueb-node-color)) 0%, rgb(var(--ueb-node-color)) 50%, transparent 100%);
|
||||
color: #c0c0c0;
|
||||
font-weight: 900;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ueb-zoom--2 .ueb-node-top {
|
||||
box-shadow: none;
|
||||
background: #345469;
|
||||
}
|
||||
|
||||
.ueb-zoom--2 ueb-node[data-pure-function="true"] .ueb-node-top {
|
||||
.ueb-zoom--2 .ueb-node-style-default .ueb-node-top {
|
||||
background: rgb(var(--ueb-node-color));
|
||||
}
|
||||
|
||||
|
||||
.ueb-node-name {
|
||||
display: flex;
|
||||
background: radial-gradient(ellipse 100% 100% at 35% 50%, rgba(0, 0, 0, 0.5) 18%, transparent 50%);
|
||||
@@ -252,7 +253,9 @@ ueb-node.ueb-node-style-operation .ueb-node-top {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
translate: -50% -50%;
|
||||
padding: 0 50px;
|
||||
font-size: 28px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
ueb-node.ueb-node-style-operation .ueb-node-inputs {
|
||||
|
||||
@@ -50,7 +50,9 @@ ueb-blueprint[data-scrolling="false"][data-selecting="false"] .ueb-pin-wrapper:h
|
||||
}
|
||||
|
||||
.ueb-pin-icon {
|
||||
min-width: 15px;
|
||||
color: var(--ueb-pin-color);
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@@ -63,10 +65,7 @@ ueb-blueprint[data-scrolling="false"][data-selecting="false"] .ueb-pin-wrapper:h
|
||||
}
|
||||
|
||||
.ueb-pin-icon>svg {
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
vertical-align: middle;
|
||||
color: var(--ueb-pin-color);
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
ueb-pin[data-type="exec"] .ueb-pin-icon>svg {
|
||||
|
||||
Reference in New Issue
Block a user