applying to outgoing messages

pull/1784/head
Warrick Corfe-Tan 4 years ago
parent fb81fce331
commit ee7e6e47fe

@ -135,18 +135,14 @@
.module-message--outgoing {
.module-message__attachment-container--with-content-below,
.module-message__attachment-container--with-content-above {
@include themify($themes) {
background: themed('sentMessageBackground');
}
background: none;
}
}
.module-message--incoming {
.module-message__attachment-container--with-content-below,
.module-message__attachment-container--with-content-above {
@include themify($themes) {
background: themed('receivedMessageBackground');
}
background: none;
}
}

Loading…
Cancel
Save