Skip to content
Snippets Groups Projects
Commit 99fb4d38 authored by Douwe Maan's avatar Douwe Maan
Browse files

Add paperclip icon to links to uploads in notes.

parent ab65be7a
Branches
Tags
No related merge requests found
Loading
@@ -66,6 +66,22 @@ ul.notes {
Loading
@@ -66,6 +66,22 @@ ul.notes {
overflow: auto; overflow: auto;
word-wrap: break-word; word-wrap: break-word;
@include md-typography; @include md-typography;
a[href*="/uploads/"] {
&:before {
margin-right: 4px;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f0c6";
}
&:hover:before {
text-decoration: none;
}
}
} }
} }
.note-header { .note-header {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment