Change node config SASS variables

This commit is contained in:
Mauricio Bonani 2022-04-29 18:40:34 -04:00
parent b0a5d4fb6f
commit b51eb7326f
2 changed files with 5 additions and 4 deletions

View File

@ -212,6 +212,7 @@ $node-icon-background-color-opacity: 0.05;
$node-icon-border-color: #000;
$node-icon-border-color-opacity: 0.1;
$node-config-background: #f3f3f3;
$node-link-port-background: #eee;

View File

@ -54,7 +54,7 @@ ul.red-ui-sidebar-node-config-list {
.red-ui-palette-icon-container {
font-size: 12px;
line-height: 30px;
background-color: $secondary-background-selected;
background-color: $node-icon-background-color;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
a {
@ -63,10 +63,10 @@ ul.red-ui-sidebar-node-config-list {
bottom: 0;
left: 0;
right: 0;
color: $secondary-text-color;
color: $node-port-label-color;
&:hover {
text-decoration: none;
background: $secondary-background-hover;
background: $node-port-background-hover;
}
}
}
@ -74,7 +74,7 @@ ul.red-ui-sidebar-node-config-list {
.red-ui-palette-node-config {
width: 160px;
height: 30px;
background: $primary-background;
background: $node-config-background;
color: $primary-text-color;
cursor: pointer;
}