mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
UX: Give fa-hearts more love.
This commit is contained in:
parent
6053a0c4af
commit
876f0b7dc9
|
@ -773,6 +773,9 @@ table.api-keys {
|
|||
i.fa {
|
||||
color: $primary;
|
||||
}
|
||||
i.fa-heart {
|
||||
color: $love;
|
||||
}
|
||||
}
|
||||
|
||||
th {
|
||||
|
|
|
@ -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%);
|
||||
|
|
|
@ -15,6 +15,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.user-main {
|
||||
i.fa-heart {
|
||||
color: $love !important;
|
||||
}
|
||||
}
|
||||
|
||||
.user-field {
|
||||
.required {
|
||||
text-align: top;
|
||||
|
@ -65,7 +71,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.avatar-selector {
|
||||
|
|
Loading…
Reference in New Issue
Block a user