changes $quote-gray to $secondary-text

This commit is contained in:
Jacob Schatz 2016-01-12 20:51:13 -05:00
parent 0bb37c1ff2
commit e74e03fa66
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ $gl-gray: #5a5a5a;
$gl-padding: 16px;
$gl-padding-top:10px;
$gl-avatar-size: 46px;
$quote-gray: #7f8fa4;
$secondary-text: #7f8fa4;
/*
* Color schema

View file

@ -146,6 +146,6 @@ form.edit-issue {
}
.issue-closed-by-widget {
color: $quote-gray;
color: $secondary-text;
margin-left: 52px;
}