Added container styles
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
070bf44c47
commit
cc54bbd414
@ -16,14 +16,21 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
background-color: transparent;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 8px;
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
bottom: 0;
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-item {
|
.message-item {
|
||||||
background-color: rgba(21, 27, 38, .8);
|
background-color: rgba(21, 27, 38, .8);
|
||||||
letter-spacing: .05em;
|
letter-spacing: .05em;
|
||||||
|
margin: 1em;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
|
||||||
@include animation-duration(1s);
|
@include animation-duration(1s);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user