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

.globalFooter {
4 5
  padding: 16px;
  margin: 32px 0 16px 0;
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
  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;
  }
}