Bugfix: Update conversation counters in realtime (#944)

* Bug: Update conversation counters in realtime
This commit is contained in:
Pranav Raj S
2020-06-09 16:26:33 +05:30
committed by GitHub
parent 602132119b
commit 40481f6462
11 changed files with 99 additions and 14 deletions

View File

@@ -66,6 +66,8 @@
}
.button.resolve--button {
@include flex-align($x: center, $y: middle);
width: 13.2rem;
>.icon {

View File

@@ -26,6 +26,7 @@
.link {
color: $color-white;
text-decoration: underline;
}
}