mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-12 22:47:30 +08:00
Target subtitle added
This commit is contained in:
17
dist/css/ueb-style.css
vendored
17
dist/css/ueb-style.css
vendored
@@ -365,7 +365,7 @@ ueb-node[data-selected=true] > .ueb-node-border {
|
||||
}
|
||||
|
||||
.ueb-node-top {
|
||||
padding: 0.2em 0.7em;
|
||||
padding: 3px 20px 2px 6px;
|
||||
box-shadow: inset 5px 1px 5px -3px rgba(255, 255, 255, 0.2509803922), inset 0 1px 2px 0 rgba(255, 255, 255, 0.2509803922);
|
||||
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%);
|
||||
@@ -384,7 +384,8 @@ ueb-node[data-selected=true] > .ueb-node-border {
|
||||
}
|
||||
|
||||
.ueb-node-name {
|
||||
background: radial-gradient(ellipse 100% 100% at 35% 50%, rgba(0, 0, 0, 0.5) 12%, transparent 50%);
|
||||
display: flex;
|
||||
background: radial-gradient(ellipse 100% 100% at 35% 50%, rgba(0, 0, 0, 0.5) 18%, transparent 50%);
|
||||
margin: -0.1em -1.6em;
|
||||
padding: 0.1em 1.6em;
|
||||
}
|
||||
@@ -398,11 +399,10 @@ ueb-node[data-selected=true] > .ueb-node-border {
|
||||
}
|
||||
|
||||
.ueb-node-name-symbol {
|
||||
color: #74bff2;
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
vertical-align: middle;
|
||||
color: #74bff2;
|
||||
}
|
||||
|
||||
ueb-node[data-pure-function=true] .ueb-node-name-symbol {
|
||||
@@ -413,8 +413,11 @@ ueb-node[data-pure-function=true] .ueb-node-name-symbol {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.ueb-node-name-text {
|
||||
vertical-align: baseline;
|
||||
.ueb-node-subtitle-text {
|
||||
padding-right: 5px;
|
||||
font-weight: 100;
|
||||
font-style: italic;
|
||||
color: #a9b78f;
|
||||
}
|
||||
|
||||
.ueb-node-content {
|
||||
|
||||
Reference in New Issue
Block a user