chat_ui/assets/chat/scss/components/chatlist/join-group.scss
2025-03-08 11:28:34 +03:30

13 lines
261 B
SCSS

// <!-- #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 -->