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

3
.login {
ddcat1115's avatar
ddcat1115 committed
4 5 6 7 8 9 10 11
  :global {
    .ant-tabs .ant-tabs-bar {
      border-bottom: 0;
      margin-bottom: 24px;
      text-align: center;
    }

    .ant-form-item {
12
      margin: 0 2px 24px;
ddcat1115's avatar
ddcat1115 committed
13 14 15
    }
  }

16 17 18 19 20
  .getCaptcha {
    display: block;
    width: 100%;
  }

21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
  .icon {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.2);
    margin-left: 16px;
    vertical-align: middle;
    cursor: pointer;
    transition: color 0.3s;

    &:hover {
      color: @primary-color;
    }
  }

  .other {
    text-align: left;
    margin-top: 24px;
    line-height: 22px;

    .register {
      float: right;
    }
  }

ddcat1115's avatar
ddcat1115 committed
44 45 46 47 48 49 50 51 52 53
  .prefixIcon {
    font-size: @font-size-base;
    color: @disabled-color;
  }

  .submit {
    width: 100%;
    margin-top: 24px;
  }
}