Room info bottom sheet

Issue #89.
This commit is contained in:
N-Pex 2021-03-11 13:55:10 +01:00
parent 2b3f99c421
commit 6d97fd030d
9 changed files with 240 additions and 42 deletions

View file

@ -37,6 +37,14 @@ $chat-button-height: 50px;
color: #505050;
}
.h4 {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 11 * $chat-text-size;
color: black;
text-transform: uppercase;
}
.v-btn.outlined-button {
font-family: 'Inter', sans-serif;
font-weight: 700;