2017-07-19 11:08:53 +02:00
|
|
|
@import "colors";
|
|
|
|
@import "common";
|
|
|
|
@import "constants";
|
|
|
|
|
2017-09-06 17:06:03 +02:00
|
|
|
.messagerie {
|
2017-07-19 11:08:53 +02:00
|
|
|
li {
|
2017-07-20 14:23:16 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: flex-start;
|
2017-07-19 11:08:53 +02:00
|
|
|
margin-bottom: 2 * $default-padding;
|
|
|
|
}
|
|
|
|
|
2017-07-20 14:23:16 +02:00
|
|
|
.person-icon {
|
|
|
|
margin-right: $default-spacer;
|
|
|
|
}
|
|
|
|
|
2017-07-19 11:08:53 +02:00
|
|
|
h2 {
|
|
|
|
margin-bottom: $default-spacer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mail {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2017-07-19 11:23:31 +02:00
|
|
|
.guest,
|
2017-07-19 11:08:53 +02:00
|
|
|
.date {
|
|
|
|
font-size: 12px;
|
|
|
|
color: $grey;
|
2017-07-19 11:23:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.date {
|
2017-07-19 11:08:53 +02:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|