2015-07-27 20:49:37 +02:00
|
|
|
.site-footer {
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
background: darken($dark, 3%);
|
|
|
|
padding: 40px 0;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
2015-07-28 12:07:38 +02:00
|
|
|
|
|
|
|
.light-theme & {
|
|
|
|
background: #cdcdcd;
|
|
|
|
}
|
2015-07-27 20:49:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.attribution {
|
|
|
|
color: #555;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-tmdb {
|
|
|
|
float: left;
|
|
|
|
margin: 3px 10px 0 0;
|
2015-07-28 12:07:38 +02:00
|
|
|
|
|
|
|
.light-theme & {
|
|
|
|
opacity: .6;
|
|
|
|
}
|
2015-07-27 20:49:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-github {
|
|
|
|
float: right;
|
2015-07-28 12:07:38 +02:00
|
|
|
|
|
|
|
.light-theme & {
|
|
|
|
opacity: .6;
|
|
|
|
}
|
2015-07-27 20:49:37 +02:00
|
|
|
}
|