NewDesign: add person icon to message

This commit is contained in:
Simon Lehericey 2017-07-20 14:23:16 +02:00 committed by Mathieu Magnin
parent 3a8e84b128
commit 3ecc4f1327
5 changed files with 29 additions and 7 deletions

View file

@ -4,9 +4,19 @@
#dossier-messagerie {
li {
display: flex;
align-items: flex-start;
margin-bottom: 2 * $default-padding;
}
.right {
width: 100%;
}
.person-icon {
margin-right: $default-spacer;
}
h2 {
margin-bottom: $default-spacer;
}