Merge pull request #3627 from tgxworld/hearts_love_color

UX: Give fa-hearts more love.
This commit is contained in:
Jeff Atwood 2015-07-22 12:10:08 -07:00
commit 518406bb2f
3 changed files with 10 additions and 1 deletions

View file

@ -773,6 +773,9 @@ table.api-keys {
i.fa { i.fa {
color: $primary; color: $primary;
} }
i.fa-heart {
color: $love;
}
} }
th { th {

View file

@ -193,6 +193,7 @@
// Notifications // Notifications
&#notifications-dropdown { &#notifications-dropdown {
.fa { color: scale-color($primary, $lightness: 50%); } .fa { color: scale-color($primary, $lightness: 50%); }
.fa-heart { color: $love; }
.icon { color: scale-color($primary, $lightness: 30%); } .icon { color: scale-color($primary, $lightness: 30%); }
li { li {
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%); background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);

View file

@ -15,6 +15,12 @@
} }
} }
.user-main {
i.fa-heart {
color: $love !important;
}
}
.user-field { .user-field {
.required { .required {
text-align: top; text-align: top;
@ -65,7 +71,6 @@
} }
} }
} }
.avatar-selector { .avatar-selector {