hc-materials
Version:
基于react的通用组件库
32 lines (24 loc) • 492 B
text/less
@import '../../../theme.less';
@footer-prefix-cls: ~'@{hc-prefix}-footer';
.@{footer-prefix-cls} {
padding: 0 16px;
margin: 48px 0 24px 0;
text-align: center;
&-links {
margin-bottom: 8px;
a {
color: @text-color-secondary;
transition: all .3s;
&:not(:last-child) {
margin-right: 40px;
}
&:hover {
color: @text-color;
}
}
}
&-copyright {
color: @text-color-secondary;
font-size: @font-size-base;
}
}