Adds message forwarding
This commit is contained in:
parent
cd489a35fd
commit
d203f125c6
42 changed files with 1638 additions and 139 deletions
|
@ -11064,6 +11064,23 @@ $contact-modal-padding: 18px;
|
|||
}
|
||||
}
|
||||
|
||||
&__forward-message::before {
|
||||
transform: scaleX(-1);
|
||||
@include light-theme {
|
||||
@include color-svg(
|
||||
'../images/icons/v2/reply-outline-24.svg',
|
||||
$color-black
|
||||
);
|
||||
}
|
||||
|
||||
@include dark-theme {
|
||||
@include color-svg(
|
||||
'../images/icons/v2/reply-solid-24.svg',
|
||||
$color-gray-15
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
&__delete-message::before {
|
||||
@include light-theme {
|
||||
@include color-svg(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue