RegisterResult.less 242 Bytes
Newer Older
ddcat1115's avatar
ddcat1115 committed
1 2 3 4 5 6 7 8 9 10 11 12 13
.registerResult {
  :global {
    .anticon {
      font-size: 64px;
    }
  }
  .title {
    margin-top: 32px;
    font-size: 20px;
    line-height: 28px;
  }
  .actions {
    margin-top: 40px;
afc163's avatar
afc163 committed
14 15 16
    a + a {
      margin-left: 8px;
    }
ddcat1115's avatar
ddcat1115 committed
17 18
  }
}