Read Pinned Chats
Co-authored-by: Sidney Keese <sidney@carbonfive.com>
This commit is contained in:
parent
3ca547f3dd
commit
63b2644cb4
15 changed files with 444 additions and 46 deletions
|
@ -6176,6 +6176,18 @@ button.module-image__border-overlay:focus {
|
|||
}
|
||||
}
|
||||
|
||||
.module-left-pane__header-row {
|
||||
@include font-body-1-bold;
|
||||
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
padding-left: 16px;
|
||||
|
||||
@include dark-theme {
|
||||
color: $color-gray-05;
|
||||
}
|
||||
}
|
||||
|
||||
.module-left-pane__to-inbox-button {
|
||||
@include button-reset;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue