use svg icon in add room button

This commit is contained in:
Bruno Windels 2018-11-05 14:25:28 +01:00
parent 05935db8fc
commit 665d424758
3 changed files with 79 additions and 33 deletions

View file

@ -77,14 +77,14 @@ limitations under the License.
.mx_RoomSubList_addRoom {
background-color: $roomheader-addroom-color;
color: $roomsublist-background;
border-radius: 9px;
text-align: center;
vertical-align: middle;
line-height: 18px;
font-weight: bold;
font-size: 18px;
width: 18px;
height: 18px;
background-image: url('../../img/icons-room-add.svg');
background-repeat: no-repeat;
background-position: center;
border-radius: 10px; // 16/2 + 2 padding
height: 16px;
flex: 0 0 16px;
background-clip: content-box;
padding: 2px;
}
.mx_RoomSubList_badgeHighlight {