More CSS for group view

This commit is contained in:
David Baker 2017-07-06 19:14:12 +01:00
parent 17bd323376
commit e04f34a202

View file

@ -29,3 +29,24 @@ limitations under the License.
font-size: initial;
padding-left: 10px;
}
.mx_GroupView_featuredRooms {
margin-top: 20px;
}
.mx_GroupView_featuredRooms_header {
font-weight: bold;
font-size: 120%;
margin-bottom: 20px;
}
.mx_GroupView_featuredRooms_category {
font-weight: bold;
font-size: 110%;
margin-top: 10px;
}
.mx_GroupView_featuredRoom {
cursor: pointer;
display: table-cell;
}