Archived
1
0
Fork 0
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
httpcb/app/assets/less/layout/footer.less
2017-09-01 17:10:27 +02:00

41 lines
719 B
Text

.footer {
&:extend(.container all);
display: flex;
align-items: center;
min-height: @footer-height;
a {
color: @footer-link-color;
font-weight: 700;
&:hover,
&:active {
color: @footer-link-hover-color;
}
}
&-left,
&-right {
.make-xs-column(5);
}
&-middle {
.make-xs-column(2);
}
&-right {
text-align: right;
}
// Top button
&-button-top {
&:extend(.center-block);
&:extend(.button);
&:extend(.button-round);
font-size: 1.5em;
.button-variant(@footer-link-color, white, white);
box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
}
}