Commit a0838cd9 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Refactored to use SASS vars for color

parent 1b83fa71
......@@ -337,13 +337,9 @@ a.deploy-project-label {
margin: $gl-padding;
text-align: center;
width: 169px;
&.forked {
background-color: #f8faff;
border-color: #b3d7ff;
}
&:hover {
background-color: #fcfdff;
border-color: #e6f4ff;
&:hover, &.forked {
background-color: $row-hover;
border-color: $row-hover-border;
}
.no-avatar {
width: 100px;
......
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