Commit 9198ce3a authored by Phil Hughes's avatar Phil Hughes

Fixed SCSS lint

parent 9d863013
...@@ -197,6 +197,7 @@ $divergence-graph-bar-bg: #ccc; ...@@ -197,6 +197,7 @@ $divergence-graph-bar-bg: #ccc;
$divergence-graph-separator-bg: #ccc; $divergence-graph-separator-bg: #ccc;
$issue-box-upcoming-bg: #8f8f8f; $issue-box-upcoming-bg: #8f8f8f;
$pages-group-name-color: #4c4e54; $pages-group-name-color: #4c4e54;
$ldap-members-override-bg: #fff1e0;
/* /*
* Common component specific colors * Common component specific colors
......
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
} }
.alert-member-ldap { .alert-member-ldap {
background-color: #fff1e0; background-color: $ldap-members-override-bg;
@media (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
line-height: 40px; line-height: 40px;
......
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