More CSS for group membership lifecycle
This commit is contained in:
parent
07b6e215a1
commit
013f2ce66a
|
@ -74,8 +74,12 @@ limitations under the License.
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_saveButton, .mx_GroupView_cancelButton {
|
.mx_GroupView_membership_buttonContainer {
|
||||||
display: table-cell;
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_GroupView_textButton {
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_header_groupid {
|
.mx_GroupView_header_groupid {
|
||||||
|
@ -130,6 +134,16 @@ limitations under the License.
|
||||||
top: 5px;
|
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 {
|
.mx_GroupView_featuredThings {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue