chat_ui/assets/chat/scss/components/chatlist/join-group.scss

13 lines
261 B
SCSS
Raw Permalink Normal View History

2025-03-08 07:58:34 +00:00
// <!-- #region message join-group styles -->
// <style lang="scss" scoped>
.join-group {
display: flex;
justify-content: center;
align-items: center;
height: 4em;
// background-color: #e7eaec;
.join-button {
}
}
// </style>
// <!-- #endregion -->