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

Fix gl-gray-light variable error.

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