Add most of the UI for the new room list's menu button

Incomplete implementation: buttons don't work, some text is missing, etc
This commit is contained in:
Travis Ralston 2020-06-07 22:06:41 -06:00
parent bb3cdd3335
commit 8e0247afe5
13 changed files with 397 additions and 5 deletions

View file

@ -177,6 +177,7 @@ $header-divider-color: #91A1C0;
$roomtile2-preview-color: #9e9e9e;
$roomtile2-badge-color: #61708b;
$roomtile2-selected-bg-color: #FFF;
$theme-button-bg-color: #e3e8f0;
$roomtile-name-color: #61708b;
$roomtile-badge-fg-color: $accent-fg-color;