13 lines
261 B
SCSS
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 -->
|