Chore: Update social icon colors on sidebar (#1846)
This commit is contained in:
@@ -164,4 +164,28 @@ export default {
|
||||
min-width: $space-normal;
|
||||
width: $space-normal;
|
||||
}
|
||||
|
||||
.inbox-icon.ion-social-facebook {
|
||||
color: var(--color-facebook-brand);
|
||||
}
|
||||
|
||||
.inbox-icon.ion-social-whatsapp-outline {
|
||||
color: var(--color-twitter-brand);
|
||||
}
|
||||
|
||||
.inbox-icon.ion-social-twitter {
|
||||
color: var(--color-twitter-brand);
|
||||
}
|
||||
|
||||
.inbox-icon.ion-android-textsms {
|
||||
color: var(--color-sms-twilio);
|
||||
}
|
||||
|
||||
.inbox-icon.ion-earth {
|
||||
color: var(--color-woot);
|
||||
}
|
||||
|
||||
.inbox-icon.ion-cloud {
|
||||
color: var(--color-cloud-generic);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -79,4 +79,11 @@
|
||||
|
||||
--color-background: #f4f6fb;
|
||||
--color-background-light: #f9fafc;
|
||||
|
||||
// Social and inboxes brand colors
|
||||
--color-facebook-brand: #3b5998;
|
||||
--color-twitter-brand: #1da1f2;
|
||||
--color-whatsapp-brand: #25d366;
|
||||
--color-sms-twilio: #f42f46;
|
||||
--color-cloud-generic: #18b7b0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user