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 @@
&:hover {
cursor: pointer;
background-color: $theme-gray-100;
background-color: $gray-100;
}
&:focus {
......
......@@ -37,7 +37,7 @@
}
.geo-node-offline {
color: $theme-gray-950;
color: $gray-950;
}
.geo-node-disabled {
......@@ -96,7 +96,7 @@
.detail-section-item,
.section-items-container {
.node-detail-title {
color: $theme-gray-700;
color: $gray-700;
.node-detail-help-text {
color: $blue-600;
......
......@@ -141,11 +141,11 @@ $column-right-gradient: linear-gradient(
.item-label,
.item-sublabel .sublabel-value {
color: $theme-gray-600;
color: $gray-600;
font-weight: 400;
&.label-dark {
color: $theme-gray-900;
color: $gray-900;
}
&.label-bold {
......@@ -209,7 +209,7 @@ $column-right-gradient: linear-gradient(
&:hover {
.epic-details-cell,
.epic-timeline-cell {
background-color: $theme-gray-100;
background-color: $gray-100;
}
}
......@@ -258,7 +258,7 @@ $column-right-gradient: linear-gradient(
.epic-url {
display: table-cell;
color: $theme-gray-900;
color: $gray-900;
font-weight: 600;
white-space: nowrap;
overflow: hidden;
......@@ -267,7 +267,7 @@ $column-right-gradient: linear-gradient(
}
.epic-group-timeframe {
color: $theme-gray-700;
color: $gray-700;
width: 100%;
white-space: nowrap;
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