Add an add existing room to space CTA to Space View

This commit is contained in:
Michael Telatynski
2021-03-02 13:34:53 +00:00
parent a687b9883c
commit e479edd47a
7 changed files with 438 additions and 2 deletions
+10
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;