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