Add an add existing room to space CTA to Space View

This commit is contained in:
Michael Telatynski 2021-03-02 13:32:24 +00:00
parent a687b9883c
commit e479edd47a
7 changed files with 438 additions and 2 deletions

View file

@ -188,6 +188,16 @@ $SpaceRoomViewInnerWidth: 428px;
}
}
&.mx_SpaceRoomView_landing_addButton {
&::before {
background-color: #ac3ba8;
}
&::after {
mask-image: url('$(res)/img/element-icons/roomlist/explore.svg');
}
}
&.mx_SpaceRoomView_landing_createButton {
&::before {
background-color: #368bd6;