demarches-normaliennes/app/assets/stylesheets/new_design/messagerie.scss
2018-09-08 10:12:28 +02:00

18 lines
330 B
SCSS

@import "colors";
@import "constants";
.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;
}
.messagerie {
.message-textarea {
margin-bottom: $default-spacer;
}
}