mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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 {
|
.connection-output-items-label {
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
background-color: var(--color-canvas-background);
|
background-color: var(--color-canvas-background);
|
||||||
font-size: 0.7em;
|
|
||||||
font-weight: var(--font-weight-regular);
|
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
padding: 2px 3px;
|
padding: 2px 3px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
font-size: var(--font-size-s);
|
||||||
|
font-weight: var(--font-weight-regular);
|
||||||
}
|
}
|
||||||
|
|
||||||
.connection-input-name-label {
|
.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 {
|
.drop-add-node-label {
|
||||||
color: #555;
|
color: #555;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
Loading…
Reference in a new issue