Show pieces justificatives in messagerie

This commit is contained in:
Mathieu Magnin 2017-09-12 15:27:57 +02:00
parent 581da1921e
commit 9c8061d5a4
5 changed files with 15 additions and 0 deletions

View file

@ -48,4 +48,8 @@ i {
&.bubble {
background-image: image-url("icons/bubble.svg");
}
&.attachment {
background-image: image-url("icons/attachment.svg");
}
}

View file

@ -38,4 +38,8 @@
.date {
float: right;
}
.attachment-link {
margin-top: $default-spacer;
}
}