From e04f34a202e3841903b38f1d2ede1f932a3840fb Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 6 Jul 2017 19:14:12 +0100 Subject: [PATCH] More CSS for group view --- .../structures/_GroupView.scss | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss index 459daa86c3..a93a050187 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss @@ -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; +}