index.less 454 Bytes
Newer Older
jim's avatar
jim committed
1
@import '~antd/lib/style/themes/default.less';
2 3

.globalFooter {
afc163's avatar
afc163 committed
4 5
  padding: 0 16px;
  margin: 48px 0 24px 0;
6 7 8 9 10 11 12
  text-align: center;

  .links {
    margin-bottom: 8px;

    a {
      color: @text-color-secondary;
jim's avatar
jim committed
13
      transition: all 0.3s;
14 15 16 17

      &:not(:last-child) {
        margin-right: 40px;
      }
偏右's avatar
偏右 committed
18 19 20 21

      &:hover {
        color: @text-color;
      }
22 23 24 25 26 27 28 29
    }
  }

  .copyright {
    color: @text-color-secondary;
    font-size: @font-size-base;
  }
}