NewDesign: add person icon to message
This commit is contained in:
parent
3a8e84b128
commit
3ecc4f1327
5 changed files with 29 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue