From 89478ac2ca6edbdca78861f655f1fee8c20084e2 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 9 May 2019 10:27:14 +0100 Subject: [PATCH] Use larger folder icon --- app/assets/stylesheets/components/checkboxes.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/components/checkboxes.scss b/app/assets/stylesheets/components/checkboxes.scss index 6e6b5414c..bb35893c5 100644 --- a/app/assets/stylesheets/components/checkboxes.scss +++ b/app/assets/stylesheets/components/checkboxes.scss @@ -3,11 +3,11 @@ .selection-summary__text { display: inline-block; padding: .526315em .789473em .263157em 40px; - padding-left: 40px; - background-image: file-url('folder-black-bold.svg'); + padding-left: 51px; + background-image: file-url('folder-black.svg'); background-repeat: no-repeat; - background-size: auto 20px; - background-position: 0px 8px; + background-size: 39px auto; + background-position: 0px 4px; &:focus { outline: none;