Unscope .messages-list

This commit is contained in:
gregoirenovel 2018-09-06 18:22:03 +02:00
parent 5b7213816e
commit e2091fabdf

View file

@ -2,8 +2,7 @@
@import "common";
@import "constants";
.messagerie {
.messages-list {
.messages-list {
max-height: 350px;
overflow-y: scroll;
border: 1px solid $border-grey;
@ -25,8 +24,9 @@
margin-left: auto;
}
}
}
}
.messagerie {
.person-icon {
margin-right: $default-spacer;
}