mirror of https://github.com/vector-im/riot-web
commit
7a20d738f1
|
@ -112,10 +112,10 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberList_inviteCommunity span {
|
.mx_MemberList_inviteCommunity span::before {
|
||||||
background-image: url('$(res)/img/icon-invite-people.svg');
|
mask-image: url('$(res)/img/icon-invite-people.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberList_addRoomToCommunity span {
|
.mx_MemberList_addRoomToCommunity span::before {
|
||||||
background-image: url('$(res)/img/icons-room-add.svg');
|
mask-image: url('$(res)/img/icons-room-add.svg');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue