mirror of
https://github.com/devfake/flox.git
synced 2024-11-15 14:42:31 +01:00
27 lines
326 B
SCSS
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;
|
||
|
}
|