Commit 3932c20e authored by Filipa Lacerda's avatar Filipa Lacerda

Improve spacing and fixes manual status color

parent 27fd3261
...@@ -54,6 +54,6 @@ ...@@ -54,6 +54,6 @@
color: $gl-text-color; color: $gl-text-color;
svg { svg {
fill: $gray-darkest; fill: $gl-text-color;
} }
} }
.container-fluid { .container-fluid {
.ci-status { .ci-status {
display: inline-block;
padding: 2px 7px; padding: 2px 7px;
margin-right: 10px; margin-right: 10px;
border: 1px solid $gray-darker; border: 1px solid $gray-darker;
...@@ -15,8 +16,7 @@ ...@@ -15,8 +16,7 @@
height: 13px; height: 13px;
width: 13px; width: 13px;
position: relative; position: relative;
top: 1px; top: 2px;
margin-right: 3px;
overflow: visible; overflow: visible;
} }
...@@ -115,15 +115,15 @@ ...@@ -115,15 +115,15 @@
} }
&.ci-manual { &.ci-manual {
color: $gl-gray-dark; color: $gl-text-color;
border-color: $gl-gray-dark; border-color: $gl-text-color;
&:not(span):hover { &:not(span):hover {
background-color: rgba( $gl-gray-dark, .07); background-color: rgba( $gl-text-color, .07);
} }
svg { svg {
fill: $gl-gray-dark; fill: $gl-text-color;
} }
} }
} }
......
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