Footer vorbereitet

This commit is contained in:
2019-03-11 19:55:19 +01:00
parent b02a8894ca
commit 7e6c6dbbc9
4 changed files with 34 additions and 8 deletions
File diff suppressed because one or more lines are too long
@@ -164,4 +164,25 @@ a {
}
}
}
}
footer {
@footer_height: 50px;
border-top: 1px solid @color_orange;
background-color: fade(@color_grey, 50%);
text-align: center;
height: @footer_height;
.col {
a {
line-height: @footer_height;
&:hover {
background-color: inherit;
}
}
}
}