mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Merge pull request #3627 from tgxworld/hearts_love_color
UX: Give fa-hearts more love.
This commit is contained in:
commit
518406bb2f
3 changed files with 10 additions and 1 deletions
|
@ -773,6 +773,9 @@ table.api-keys {
|
||||||
i.fa {
|
i.fa {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
|
i.fa-heart {
|
||||||
|
color: $love;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
|
|
|
@ -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%);
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue