polyglot/app/assets/stylesheets/pages/_messages.scss

20 lines
294 B
SCSS
Raw Normal View History

2018-09-05 17:17:13 +00:00
.messages-container-container {
background-color: $card-background;
width: 100%;
height: 100vh;
position: relative;
.chat {
position: absolute;
bottom: 10px;
}
}
#messages-container {
overflow: scroll;
height: 80%;
padding: 10px;
.message {
color: white;
}
}