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