Chats: style pending messages

This commit is contained in:
Alex Gleason 2020-08-27 12:50:08 -05:00
parent d0a9c8b47d
commit 59c2029535
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 4 additions and 0 deletions

View file

@ -122,4 +122,8 @@
margin-left: auto; margin-left: auto;
background-color: hsla(var(--brand-color_hsl), 0.2); background-color: hsla(var(--brand-color_hsl), 0.2);
} }
&--pending .chat-message__bubble {
opacity: 0.5;
}
} }