Commit 259124ef authored by Bryce Johnson's avatar Bryce Johnson

Fix gl-gray-light variable error.

parent d4a0b599
......@@ -484,7 +484,7 @@
}
.unapprove-btn-wrap {
border-left: 1px solid $gl-gray-light;
border-left: 1px solid $gray-light;
padding-left: 5px;
margin-left: 10px;
}
......@@ -495,7 +495,7 @@
cursor: pointer;
&:hover {
color: $gl-gray-light;
color: $gray-light;
text-decoration: none;
}
......
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