index.less 355 Bytes
Newer Older
1 2 3
@import "~antd/lib/style/themes/default.less";

.globalFooter {
afc163's avatar
afc163 committed
4
  margin: 32px 28px 16px;
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
  text-align: center;

  .links {
    margin-bottom: 8px;

    a {
      color: @text-color-secondary;

      &:not(:last-child) {
        margin-right: 40px;
      }
    }
  }

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