From 07dd59f5b60f1f94b84b158d83ba0d4e8a887b8a Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 9 Nov 2018 15:46:59 +0000 Subject: [PATCH] Add folder icons to template list To make it easier to identify what is a folder. --- app/assets/stylesheets/components/message.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/assets/stylesheets/components/message.scss b/app/assets/stylesheets/components/message.scss index 3657a2878..55267d554 100644 --- a/app/assets/stylesheets/components/message.scss +++ b/app/assets/stylesheets/components/message.scss @@ -42,4 +42,16 @@ } + &-folder { + + a { + text-indent: 40px; + background-image: file-url('folder-blue-bold.svg'); + background-repeat: no-repeat; + background-size: auto 20px; + background-position: 0px 2px; + } + + } + }