From 2763bbd8abd0d52a834ddc18b15e94f5fe39ee17 Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Wed, 13 Feb 2019 14:16:28 +0000 Subject: [PATCH] re-instate filters button padding --- opentech/static_src/src/sass/apply/components/_button.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/opentech/static_src/src/sass/apply/components/_button.scss b/opentech/static_src/src/sass/apply/components/_button.scss index b3e3ee796..9c2afcc23 100644 --- a/opentech/static_src/src/sass/apply/components/_button.scss +++ b/opentech/static_src/src/sass/apply/components/_button.scss @@ -71,6 +71,7 @@ display: flex; justify-content: space-between; max-width: 300px; + padding: 15px 20px; font-weight: $weight--normal; color: $color--default; background: url('./../../images/filters.svg') $color--white no-repeat 93% center; -- GitLab