first commit

This commit is contained in:
ryanwong
2022-11-26 01:23:44 -05:00
commit 02843b95c9
2776 changed files with 102795 additions and 0 deletions
@@ -0,0 +1,26 @@
.headerWrapper {
border-bottom: 1px solid rgba(154, 0, 255, 0.5);
}
.imageWrapper {
transform: scale(0.55);
transform-origin: left;
width: 35px;
height: 35px;
}
.roomName {
font-family: IBM Plex Sans;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;
color: #6d00e6;
margin: 0;
}
.menuWrapper {
padding: 3px 1px 5px;
background-color: #e8e7ed;
border-radius: 25px;
}