Commit acc4b73c authored by Filipa Lacerda's avatar Filipa Lacerda

Remove duplicate color variable

parent 98a12e53
...@@ -578,4 +578,3 @@ Pipeline Graph ...@@ -578,4 +578,3 @@ Pipeline Graph
*/ */
$stage-hover-bg: #eaf3fc; $stage-hover-bg: #eaf3fc;
$stage-hover-border: #d1e7fc; $stage-hover-border: #d1e7fc;
$stage-badge-text: #e5e5e5;
...@@ -603,10 +603,9 @@ ...@@ -603,10 +603,9 @@
.dropdown-counter-badge { .dropdown-counter-badge {
float: right; float: right;
color: $stage-badge-text; color: $border-color;
font-weight: 100; font-weight: 100;
font-size: 15px; font-size: 15px;
margin-top: 1px;
margin-right: 2px; margin-right: 2px;
} }
...@@ -687,6 +686,10 @@ ...@@ -687,6 +686,10 @@
height: 18px; height: 18px;
width: 18px; width: 18px;
} }
.ci-status-text {
max-width: 95px;
}
} }
} }
} }
...@@ -697,9 +700,9 @@ ...@@ -697,9 +700,9 @@
margin-top: -4px; margin-top: -4px;
i { i {
color: $stage-badge-text; color: $border-color;
border-radius: 100%; border-radius: 100%;
border: 1px solid $stage-badge-text; border: 1px solid $border-color;
padding: 5px 6px; padding: 5px 6px;
font-size: 13px; font-size: 13px;
background: $white-light; background: $white-light;
......
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