style.less 1.17 KB
Newer Older
jim's avatar
jim committed
1
@import '~antd/lib/style/themes/default.less';
2 3 4

.stepForm {
  max-width: 500px;
5
  margin: 40px auto 0;
6 7 8
}

.stepFormText {
afc163's avatar
afc163 committed
9
  margin-bottom: 24px;
10 11 12 13 14 15 16 17 18
  :global {
    .ant-form-item-label,
    .ant-form-item-control {
      line-height: 22px;
    }
  }
}

.result {
afc163's avatar
afc163 committed
19
  max-width: 560px;
20
  margin: 0 auto;
ddcat1115's avatar
ddcat1115 committed
21
  padding: 24px 0 8px;
22 23 24
}

.desc {
afc163's avatar
afc163 committed
25 26
  padding: 0 56px;
  color: @text-color-secondary;
27
  h3 {
afc163's avatar
afc163 committed
28
    margin: 0 0 12px 0;
29
    color: @text-color-secondary;
30
    font-size: 16px;
afc163's avatar
afc163 committed
31
    line-height: 32px;
32 33
  }
  h4 {
afc163's avatar
afc163 committed
34
    margin: 0 0 4px 0;
35
    color: @text-color-secondary;
afc163's avatar
afc163 committed
36 37
    font-size: 14px;
    line-height: 22px;
38 39
  }
  p {
afc163's avatar
afc163 committed
40 41 42
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 22px;
43
  }
afc163's avatar
afc163 committed
44 45 46 47 48 49
}

@media screen and (max-width: @screen-md) {
  .desc {
    padding: 0;
  }
50 51 52 53 54 55 56 57 58 59
}

.information {
  line-height: 22px;
  :global {
    .ant-row:not(:last-child) {
      margin-bottom: 24px;
    }
  }
  .label {
60
    padding-right: 8px;
afc163's avatar
afc163 committed
61
    color: @heading-color;
62
    text-align: right;
jim's avatar
jim committed
63 64 65
    @media screen and (max-width: @screen-sm) {
      text-align: left;
    }
66 67 68 69 70 71
  }
}

.money {
  font-weight: 500;
  font-size: 20px;
72
  font-family: 'Helvetica Neue', sans-serif;
afc163's avatar
afc163 committed
73
  line-height: 14px;
74
}
75 76 77 78

.uppercase {
  font-size: 12px;
}