UNPKG

581 Btext/lessView Raw
1@root-entry-name: 'default';
2@import (reference) '~antd/es/style/themes/index.less';
3
4@pro-global-footer-prefix-cls: ~'@{ant-prefix}-pro-global-footer';
5
6.@{pro-global-footer-prefix-cls} {
7 margin: 48px 0 24px 0;
8 padding: 0 16px;
9 text-align: center;
10
11 &-links {
12 margin-bottom: 8px;
13
14 a {
15 color: @text-color-secondary;
16 transition: all 0.3s;
17
18 &:not(:last-child) {
19 margin-right: 40px;
20 }
21
22 &:hover {
23 color: @text-color;
24 }
25 }
26 }
27
28 &-copyright {
29 color: @text-color-secondary;
30 font-size: @font-size-base;
31 }
32}