From 8abec98c3d9ed08628d668d5dd7a14b0900cc0a4 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Fri, 9 Jan 2015 20:48:09 -0500 Subject: [PATCH] fixed group config sidebar spacing, icon cleanup --- cms/static/sass/views/_group-configuration.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cms/static/sass/views/_group-configuration.scss b/cms/static/sass/views/_group-configuration.scss index 22f801e50a..f6485bc489 100644 --- a/cms/static/sass/views/_group-configuration.scss +++ b/cms/static/sass/views/_group-configuration.scss @@ -29,6 +29,7 @@ .title { @extend %t-title4; @extend %t-strong; + margin-bottom: ($baseline/2); } .copy { @@ -520,5 +521,9 @@ .content-supplementary { width: flex-grid(3, 12); + + .content-groups-doc { + margin-bottom: $baseline; + } } }