2017-07-19 11:08:53 +02:00
|
|
|
@import "colors";
|
|
|
|
@import "constants";
|
|
|
|
|
2018-09-06 18:22:03 +02:00
|
|
|
.messages-list {
|
|
|
|
max-height: 350px;
|
|
|
|
overflow-y: scroll;
|
|
|
|
border: 1px solid $border-grey;
|
|
|
|
background: $light-grey;
|
|
|
|
padding: 2 * $default-spacer;
|
|
|
|
margin-bottom: $default-spacer;
|
|
|
|
border-radius: 4px;
|
2018-09-07 20:10:22 +02:00
|
|
|
|
|
|
|
.message {
|
|
|
|
width: 80%;
|
2018-09-07 20:13:45 +02:00
|
|
|
|
|
|
|
&.from-me {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
2018-09-07 20:10:22 +02:00
|
|
|
}
|
2018-09-06 18:40:47 +02:00
|
|
|
}
|
2018-09-06 18:22:03 +02:00
|
|
|
|
2018-09-06 18:28:13 +02:00
|
|
|
.messagerie {
|
2017-12-18 13:57:27 +01:00
|
|
|
.message-textarea {
|
2017-12-15 14:42:41 +01:00
|
|
|
margin-bottom: $default-spacer;
|
|
|
|
}
|
2018-09-12 14:38:43 +02:00
|
|
|
|
|
|
|
.form input[type="file"] {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2017-07-19 11:08:53 +02:00
|
|
|
}
|