Add a create room in space CTA to Space View

This commit is contained in:
Michael Telatynski 2021-03-02 13:28:05 +00:00
parent ab4b7b73ea
commit a687b9883c
5 changed files with 51 additions and 1 deletions

View file

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