Skip to content

Instantly share code, notes, and snippets.

@sendbird-community
Created October 26, 2021 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sendbird-community/8348b5b55c3a68e775a336c4f7ac6878 to your computer and use it in GitHub Desktop.
Save sendbird-community/8348b5b55c3a68e775a336c4f7ac6878 to your computer and use it in GitHub Desktop.
sendbird-confetti-javascript-sample
.App {
font-family: sans-serif;
text-align: center;
height: 100vh;
width: 100vw;
}
.group-channel-wrap{
display: flex;
height: 100%;
}
.channel-list,
.channel-chat{
float: left;
}
.channel-chat{
width: 76%;
float: right;
}
li {
cursor: pointer;
list-style-type: none;
font-family: sans-serif;
}
.MuiTypography-root.MuiCardHeader-title.MuiTypography-body2.MuiTypography-displayBlock,
.MuiTypography-root.MuiTypography-body2{
text-align: left;
}
.MuiButtonBase-root.MuiButton-root.MuiButton-contained.MuiButton-containedSizeSmall.MuiButton-sizeSmall{
background-color:var(--sendbird-light-primary-300);
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment