@@ -27,6 +27,9 @@ limitations under the License.
2727.mx_RoomList_iconExplore ::before {
2828 mask-image : url (' $(res)/img/element-icons/roomlist/explore.svg' );
2929}
30+ .mx_RoomList_iconBrowse ::before {
31+ mask-image : url (' $(res)/img/element-icons/roomlist/browse.svg' );
32+ }
3033.mx_RoomList_iconDialpad ::before {
3134 mask-image : url (' $(res)/img/element-icons/roomlist/dialpad.svg' );
3235}
@@ -35,28 +38,32 @@ limitations under the License.
3538 margin : 4px 12px 4px ;
3639 padding-top : 12px ;
3740 border-top : 1px solid $tertiary-fg-color ;
38- font-size : $font-13px ;
41+ font-size : $font-14px ;
3942
4043 div :first-child {
4144 font-weight : $font-semi-bold ;
45+ line-height : $font-18px ;
46+ color : $primary-fg-color ;
4247 }
4348
4449 .mx_AccessibleButton {
45- color : $secondary -fg-color ;
50+ color : $primary -fg-color ;
4651 position : relative ;
47- padding : 0 0 0 24 px ;
52+ padding : 8 px 8 px 8 px 32 px ;
4853 font-size : inherit ;
49- margin-top : 8 px ;
54+ margin-top : 12 px ;
5055 display : block ;
5156 text-align : start ;
57+ background-color : $roomlist-button-bg-color ;
58+ border-radius : 4px ;
5259
5360 & ::before {
5461 content : ' ' ;
5562 width : 16px ;
5663 height : 16px ;
5764 position : absolute ;
58- top : 0 ;
59- left : 0 ;
65+ top : 8 px ;
66+ left : 8 px ;
6067 background : $secondary-fg-color ;
6168 mask-position : center ;
6269 mask-size : contain ;
@@ -70,5 +77,13 @@ limitations under the License.
7077 & .mx_RoomList_explorePrompt_explore ::before {
7178 mask-image : url (' $(res)/img/element-icons/roomlist/explore.svg' );
7279 }
80+
81+ & .mx_RoomList_explorePrompt_spaceInvite ::before {
82+ mask-image : url (' $(res)/img/element-icons/room/invite.svg' );
83+ }
84+
85+ & .mx_RoomList_explorePrompt_spaceExplore ::before {
86+ mask-image : url (' $(res)/img/element-icons/roomlist/browse.svg' );
87+ }
7388 }
7489}
0 commit comments