Add a create room in space CTA to Space View
This commit is contained in:
parent
ab4b7b73ea
commit
a687b9883c
5 changed files with 51 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue