1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

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;