aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-05-31 06:31:15 +0300
committerValentin Popov <info@valentineus.link>2018-05-31 06:31:15 +0300
commitcc54bbd41485318bc9a6b9fc05d1e9cd605d83bb (patch)
treec29c382cbf1806124c986118c80649e3efb7a063
parent070bf44c47547729d8a1f975dcb3f52a865b7588 (diff)
downloadobs-somafm_current_track-cc54bbd41485318bc9a6b9fc05d1e9cd605d83bb.tar.xz
obs-somafm_current_track-cc54bbd41485318bc9a6b9fc05d1e9cd605d83bb.zip
Added container styles
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--_scss/_custom.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/_scss/_custom.scss b/_scss/_custom.scss
index 855239d..fbe8363 100644
--- a/_scss/_custom.scss
+++ b/_scss/_custom.scss
@@ -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);