Add icon show last reply is from agent on conversation list #997

This commit is contained in:
Nithin David Thomas
2020-07-03 23:25:33 +05:30
committed by GitHub
parent 1b1deb9626
commit bd87927576
2 changed files with 14 additions and 0 deletions

View File

@@ -78,6 +78,11 @@
font-size: $font-size-mini;
vertical-align: top;
}
.message-from-agent {
color: $color-gray;
font-size: $font-size-mini;
}
}
.conversation--meta {