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

Improve spacing and fixes manual status color

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