From ce494fbedb688ab43d8b9b051f97ebfd47ead308 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 29 Nov 2017 14:45:12 +0100 Subject: [PATCH] Added border radius and tightened up the folder boxes. Still needs to have the bottom margin expanded to 8px when in opened state (this needs @torkelo) --- public/sass/components/_search.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/sass/components/_search.scss b/public/sass/components/_search.scss index 0c550e42922..9b5c08839b8 100644 --- a/public/sass/components/_search.scss +++ b/public/sass/components/_search.scss @@ -89,7 +89,8 @@ background: $panel-bg; border: $panel-border; padding: $panel-padding; - margin-bottom: 8px; + margin-bottom: 3px; + border-radius: 5px; } .search-section__header {