fork-reap-design
Version:
A high quality UI components Library with Vue.js
16 lines • 412 B
text/less
.aui-footer {
.aui-footer-link {
color: @text-color;
&:hover, &:active {
color: @primary-color;
}
}
.ivu-divider {
&.ivu-divider-vertical {
background: #a2a2a2;
}
}
.aui-footer-copyright {
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;
}
}