clean up css

This commit is contained in:
Mutasem 2021-11-01 16:44:39 +01:00
parent e7bbe964f7
commit b2f553a000

View file

@ -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;