Add a basic Space Settings view

This commit is contained in:
Michael Telatynski 2021-03-02 10:34:28 +00:00
parent 926e226a78
commit ab4b7b73ea
8 changed files with 260 additions and 1 deletions

View file

@ -187,6 +187,16 @@ $SpaceRoomViewInnerWidth: 428px;
mask-image: url('$(res)/img/element-icons/room/invite.svg');
}
}
&.mx_SpaceRoomView_landing_settingsButton {
&::before {
background-color: #5c56f5;
}
&::after {
mask-image: url('$(res)/img/element-icons/settings.svg');
}
}
}
}
}