mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-30 05:42:00 -08:00
update font size/weight of labels
This commit is contained in:
parent
f7ad5c0da8
commit
10b6291fa0
|
@ -1837,7 +1837,7 @@ export default mixins(
|
|||
{
|
||||
id: 'output-items-label',
|
||||
label,
|
||||
cssClass: 'connection-output-name-label',
|
||||
cssClass: 'connection-output-items-label',
|
||||
location: .5,
|
||||
},
|
||||
]);
|
||||
|
@ -2548,15 +2548,22 @@ export default mixins(
|
|||
<style lang="scss">
|
||||
|
||||
.connection-input-name-label,
|
||||
.connection-output-items-label,
|
||||
.connection-output-name-label {
|
||||
border-radius: 7px;
|
||||
background-color: rgba( $--custom-node-view-background, 0.8 );
|
||||
font-size: 0.7em;
|
||||
font-weight: var(--font-weight-regular);
|
||||
line-height: 1.3em;
|
||||
padding: 2px 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.connection-output-items-label {
|
||||
font-size: var(--font-size-s);
|
||||
font-weight: var(--font-weight-regular);
|
||||
}
|
||||
|
||||
.drop-add-node-label {
|
||||
color: #555;
|
||||
font-weight: 600;
|
||||
|
|
Loading…
Reference in a new issue