show users count

This commit is contained in:
Philipp Kühn
2019-05-04 20:40:18 +02:00
parent 7cad96ee3c
commit 03cb2d4c75
2 changed files with 51 additions and 1 deletions

View File

@@ -74,6 +74,15 @@ h3 {
background-color: rgba($color-black, 0.1);
}
.message {
background-color: rgba($color-black, 0.05);
color: rgba($color-black, 0.7);
padding: 1rem;
border-radius: 6px;
margin-bottom: 1rem;
font-style: italic;
}
@import "./editor";
@import "./menubar";
@import "./menububble";