refactor(editor): Move all colors to css variables (#3723)

* update white color

* update white color

* update more whites

* update color

* update curr running

* update text color #555

* update white color

* set search bar colors

* update colors

* update node executing

* update text colors

* update light color

* update theme

* update theme

* update overlays carousel

* update theme vars

* add dark theme tokens

* update text

* update table colors

* fix conflict

* update colors
This commit is contained in:
Mutasem Aldmour
2022-07-26 12:45:55 +02:00
committed by GitHub
parent 92614c81ab
commit b4525d06ea
35 changed files with 411 additions and 402 deletions

View File

@@ -485,7 +485,7 @@ export default mixins(
background-color: var(--color-background-xlight);
&.executing {
background-color: $--color-primary-light !important;
background-color: var(--color-primary-tint-3) !important;
.node-executing-info {
display: inline-block;
@@ -515,7 +515,7 @@ export default mixins(
font-size: 3.75em;
line-height: 1.65em;
text-align: center;
color: rgba($--color-primary, 0.7);
color: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.7);
}
.node-icon {