Edit display name

Work on issue #10
This commit is contained in:
N-Pex 2020-12-10 20:10:22 +01:00
parent b46b06b308
commit 4f7b1fc4d2
2 changed files with 40 additions and 13 deletions

View file

@ -36,12 +36,6 @@ $chat-text-size: 0.7pt;
font-size: 12 * $chat-text-size;
color: black;
}
.room-name {
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 21 * $chat-text-size;
color: black;
}
.v-btn.leave-button {
font-family: 'Titillium Web', sans-serif;
font-weight: 700;
@ -283,4 +277,11 @@ $chat-text-size: 0.7pt;
.sent {
background-color: palegreen;
}
}
.room-name {
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 21 * $chat-text-size;
color: black;
}