UX: Give fa-hearts more love.

This commit is contained in:
Guo Xiang Tan 2015-07-22 19:19:15 +08:00
parent 6053a0c4af
commit 876f0b7dc9
3 changed files with 10 additions and 1 deletions

View File

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

View File

@ -193,6 +193,7 @@
// Notifications
&#notifications-dropdown {
.fa { color: scale-color($primary, $lightness: 50%); }
.fa-heart { color: $love; }
.icon { color: scale-color($primary, $lightness: 30%); }
li {
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 {
.required {
text-align: top;
@ -65,7 +71,6 @@
}
}
}
.avatar-selector {