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

@ -677,4 +677,31 @@ $admin-fg: white;
}
}
}
}
.bottom-sheet .card {
z-index: 10; /* Above mic button etc. */
background-color: white;
padding: 10px;
}
.room-info-sheet {
background-color: white;
.current-room {
padding: 25px;
background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #F5F5F7;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
border-radius: 18px;
}
.room-avatar {
background-color: #ededed;
width: 44px !important;
height: 44px !important;
margin-bottom: 20px;
.headline {
font-size: 70 * $chat-text-size !important;
}
}
}