Add folder icons to template list

To make it easier to identify what is a folder.
This commit is contained in:
Chris Hill-Scott
2018-11-09 15:46:59 +00:00
parent fb339a08a8
commit 07dd59f5b6

View File

@@ -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;
}
}
}