From f274759cd871f84bab554beac3effc103ca6fa22 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 9 May 2019 10:21:30 +0100 Subject: [PATCH] Add larger version of black folder icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is for use in the folder permissions UI. It’s designed to be sized at the same width as a GOV.UK style checkbox. The CSS to render it is something like: ```css background-image: file-url('folder-black.svg'); background-repeat: no-repeat; background-size: 39px auto; background-position: 0px 4px; ``` --- app/assets/images/folder-black.svg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/assets/images/folder-black.svg diff --git a/app/assets/images/folder-black.svg b/app/assets/images/folder-black.svg new file mode 100644 index 000000000..85f7456fa --- /dev/null +++ b/app/assets/images/folder-black.svg @@ -0,0 +1,13 @@ + + + + + + + +