Footer vorbereitet
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user