center invite button caption
This commit is contained in:
parent
be0de104ff
commit
c9900deebe
1 changed files with 1 additions and 1 deletions
|
@ -72,6 +72,7 @@ limitations under the License.
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
margin: 9px;
|
margin: 9px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
color: $button-fg-color;
|
color: $button-fg-color;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
||||||
|
@ -82,7 +83,6 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberList_invite span {
|
.mx_MemberList_invite span {
|
||||||
margin: 0 auto;
|
|
||||||
background-image: url('$(res)/img/feather-icons/user-add.svg');
|
background-image: url('$(res)/img/feather-icons/user-add.svg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center left;
|
background-position: center left;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue