More CSS for group membership lifecycle
parent
07b6e215a1
commit
013f2ce66a
|
@ -74,8 +74,12 @@ limitations under the License.
|
|||
display: flex;
|
||||
}
|
||||
|
||||
.mx_GroupView_saveButton, .mx_GroupView_cancelButton {
|
||||
display: table-cell;
|
||||
.mx_GroupView_membership_buttonContainer {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.mx_GroupView_textButton {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.mx_GroupView_header_groupid {
|
||||
|
@ -130,6 +134,16 @@ limitations under the License.
|
|||
top: 5px;
|
||||
}
|
||||
|
||||
.mx_GroupView_invitedSection {
|
||||
width: 70%;
|
||||
padding: 20px;
|
||||
border: 1px solid $group-alert-color;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.mx_GroupView_featuredThings {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue