NewDesign: add dossier messagerie show

This commit is contained in:
Simon Lehericey 2017-07-19 11:08:53 +02:00 committed by Mathieu Magnin
parent d5535aaaaa
commit 497f898e1b
5 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,23 @@
@import "colors";
@import "common";
@import "constants";
#dossier-messagerie {
li {
margin-bottom: 2 * $default-padding;
}
h2 {
margin-bottom: $default-spacer;
}
.mail {
font-weight: bold;
}
.date {
font-size: 12px;
color: $grey;
float: right;
}
}