From cefc3e6da9a6c3a5e43bfab8fc2c1e0cc63b28c3 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 10 Jul 2017 19:32:25 +0100 Subject: [PATCH] Make CSS more generic --- .../css/matrix-react-sdk/structures/_GroupView.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 a93a050187..e56da68d2f 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss @@ -30,23 +30,23 @@ limitations under the License. padding-left: 10px; } -.mx_GroupView_featuredRooms { +.mx_GroupView_featuredThings { margin-top: 20px; } -.mx_GroupView_featuredRooms_header { +.mx_GroupView_featuredThings_header { font-weight: bold; font-size: 120%; margin-bottom: 20px; } -.mx_GroupView_featuredRooms_category { +.mx_GroupView_featuredThings_category { font-weight: bold; font-size: 110%; margin-top: 10px; } -.mx_GroupView_featuredRoom { +.mx_GroupView_featuredThing { cursor: pointer; display: table-cell; }