Chats: style pending messages
This commit is contained in:
parent
d0a9c8b47d
commit
59c2029535
2 changed files with 4 additions and 0 deletions
Binary file not shown.
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue