mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
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:
@@ -113,7 +113,7 @@ export default mixins(
|
||||
.webhoooks {
|
||||
padding-bottom: var(--spacing-xs);
|
||||
margin: var(--spacing-xs) 0;
|
||||
border-bottom: 1px solid #ccc;
|
||||
border-bottom: 1px solid var(--color-text-lighter);
|
||||
|
||||
.headline {
|
||||
color: $--color-primary;
|
||||
@@ -139,7 +139,7 @@ export default mixins(
|
||||
border-radius: 2px;
|
||||
font-size: var(--font-size-2xs);
|
||||
font-weight: var(--font-weight-bold);
|
||||
color: #fff;
|
||||
color: var(--color-foreground-xlight);
|
||||
}
|
||||
|
||||
.minimize-icon {
|
||||
@@ -192,7 +192,7 @@ export default mixins(
|
||||
white-space: normal;
|
||||
overflow: visible;
|
||||
text-overflow: initial;
|
||||
color: #404040;
|
||||
color: var(--color-text-dark);
|
||||
text-align: left;
|
||||
direction: ltr;
|
||||
word-break: break-all;
|
||||
@@ -202,7 +202,7 @@ export default mixins(
|
||||
line-height: 1.5;
|
||||
position: relative;
|
||||
margin-top: var(--spacing-xs);
|
||||
background-color: #fff;
|
||||
background-color: var(--color-foreground-xlight);
|
||||
border-radius: 3px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user