Commit 8b3d6793 authored by Jacob Schatz's avatar Jacob Schatz

color variable for error for exclamation point

parent 3c078cef
......@@ -26,6 +26,8 @@ $gl-vert-padding: 6px;
$gl-padding-top:10px;
$gl-avatar-size: 46px;
$secondary-text: #7f8fa4;
$error-exclamation-point: #E62958;
/*
* Color schema
......
......@@ -560,6 +560,6 @@ pre.light-well {
}
.cannot-be-merged, .cannot-be-merged:hover {
color: #E62958;
color: $error-exclamation-point;
margin-top: 2px;
}
}
\ No newline at end of file
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