demarches-normaliennes/app/assets/stylesheets/new_design/messagerie.scss

31 lines
468 B
SCSS
Raw Normal View History

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;
.message {
width: 80%;
&.from-me {
margin-left: auto;
}
}
2018-09-06 18:40:47 +02:00
}
2018-09-06 18:22:03 +02:00
.messagerie {
2017-12-18 13:57:27 +01:00
.message-textarea {
margin-bottom: $default-spacer;
}
.form input[type="file"] {
margin-bottom: 0;
}
2017-07-19 11:08:53 +02:00
}