Add an add existing room to space CTA to Space View
This commit is contained in:
parent
a687b9883c
commit
e479edd47a
7 changed files with 438 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue