2016-06-26 22:00:58 +02:00
|
|
|
.footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
|
2016-07-19 11:44:27 +02:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
2016-06-26 22:00:58 +02:00
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
|
|
|
|
color: $gray-light;
|
|
|
|
background-color: $gray-dark;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-inline > li:first-child {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $gray-light;
|
|
|
|
|
|
|
|
&:hover, &:active, &:visited, &:focus {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|