mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
clean up css
This commit is contained in:
parent
e7bbe964f7
commit
b2f553a000
|
@ -2535,11 +2535,11 @@ export default mixins(
|
|||
.connection-output-items-label {
|
||||
border-radius: 7px;
|
||||
background-color: var(--color-canvas-background);
|
||||
font-size: 0.7em;
|
||||
font-weight: var(--font-weight-regular);
|
||||
line-height: 1.3em;
|
||||
padding: 2px 3px;
|
||||
white-space: nowrap;
|
||||
font-size: var(--font-size-s);
|
||||
font-weight: var(--font-weight-regular);
|
||||
}
|
||||
|
||||
.connection-input-name-label {
|
||||
|
@ -2552,11 +2552,6 @@ export default mixins(
|
|||
}
|
||||
}
|
||||
|
||||
.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