1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 14:42:31 +01:00
flox/client/assets/sass/_footer.scss
2015-07-27 20:49:37 +02:00

27 lines
326 B
SCSS

.site-footer {
float: left;
width: 100%;
background: darken($dark, 3%);
padding: 40px 0;
position: absolute;
bottom: 0;
font-size: 14px;
a:active {
opacity: .5;
}
}
.attribution {
color: #555;
float: left;
}
.icon-tmdb {
float: left;
margin: 3px 10px 0 0;
}
.icon-github {
float: right;
}