@lxlib/seed
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
28 lines (26 loc) • 539 B
text/less
@import '../../../theme/styles/default.less';
@import './variable.less';
@{global-footer-prefix} {
display: block;
margin: 48px 0 24px;
padding: 0 16px;
text-align: center;
&__links {
margin-bottom: 8px;
&-item {
display: inline-block;
color: @text-color-secondary;
transition: all 0.3s;
&:not(:last-child) {
margin-right: 40px;
}
&:hover {
color: @text-color;
}
}
}
&__copyright {
color: @text-color-secondary;
font-size: @font-size-base;
}
}