Skip to content
Snippets Groups Projects
Commit acc4b73c authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Remove duplicate color variable

parent 98a12e53
No related branches found
No related tags found
No related merge requests found
Loading
@@ -578,4 +578,3 @@ Pipeline Graph
Loading
@@ -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;
Loading
@@ -603,10 +603,9 @@
Loading
@@ -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;
} }
   
Loading
@@ -687,6 +686,10 @@
Loading
@@ -687,6 +686,10 @@
height: 18px; height: 18px;
width: 18px; width: 18px;
} }
.ci-status-text {
max-width: 95px;
}
} }
} }
} }
Loading
@@ -697,9 +700,9 @@
Loading
@@ -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;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment