Added container styles

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-05-31 07:31:15 +04:00
parent 070bf44c47
commit cc54bbd414
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -16,14 +16,21 @@
}
body {
background-color: transparent;
font-family: 'Roboto', sans-serif;
font-size: 16px;
padding: 8px;
}
.container {
bottom: 0;
position: absolute;
width: 100%;
}
.message-item {
background-color: rgba(21, 27, 38, .8);
letter-spacing: .05em;
margin: 1em;
padding: 1em;
@include animation-duration(1s);