Commit 2f784593 authored by George Tsiolis's avatar George Tsiolis

Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}` in ee folder

parent de83fee1
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
&:hover { &:hover {
cursor: pointer; cursor: pointer;
background-color: $theme-gray-100; background-color: $gray-100;
} }
&:focus { &:focus {
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
} }
.geo-node-offline { .geo-node-offline {
color: $theme-gray-950; color: $gray-950;
} }
.geo-node-disabled { .geo-node-disabled {
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
.detail-section-item, .detail-section-item,
.section-items-container { .section-items-container {
.node-detail-title { .node-detail-title {
color: $theme-gray-700; color: $gray-700;
.node-detail-help-text { .node-detail-help-text {
color: $blue-600; color: $blue-600;
......
...@@ -141,11 +141,11 @@ $column-right-gradient: linear-gradient( ...@@ -141,11 +141,11 @@ $column-right-gradient: linear-gradient(
.item-label, .item-label,
.item-sublabel .sublabel-value { .item-sublabel .sublabel-value {
color: $theme-gray-600; color: $gray-600;
font-weight: 400; font-weight: 400;
&.label-dark { &.label-dark {
color: $theme-gray-900; color: $gray-900;
} }
&.label-bold { &.label-bold {
...@@ -209,7 +209,7 @@ $column-right-gradient: linear-gradient( ...@@ -209,7 +209,7 @@ $column-right-gradient: linear-gradient(
&:hover { &:hover {
.epic-details-cell, .epic-details-cell,
.epic-timeline-cell { .epic-timeline-cell {
background-color: $theme-gray-100; background-color: $gray-100;
} }
} }
...@@ -258,7 +258,7 @@ $column-right-gradient: linear-gradient( ...@@ -258,7 +258,7 @@ $column-right-gradient: linear-gradient(
.epic-url { .epic-url {
display: table-cell; display: table-cell;
color: $theme-gray-900; color: $gray-900;
font-weight: 600; font-weight: 600;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
...@@ -267,7 +267,7 @@ $column-right-gradient: linear-gradient( ...@@ -267,7 +267,7 @@ $column-right-gradient: linear-gradient(
} }
.epic-group-timeframe { .epic-group-timeframe {
color: $theme-gray-700; color: $gray-700;
width: 100%; width: 100%;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment