style.less 1.08 KB
Newer Older
1 2 3
@import "~antd/lib/style/themes/default.less";

.stepForm {
ddcat1115's avatar
ddcat1115 committed
4
  margin: 40px auto 0;
5 6 7 8
  max-width: 500px;
}

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

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

.desc {
  h3 {
afc163's avatar
afc163 committed
26 27
    font-size: 16px;
    margin: 0 0 12px 0;
28
    color: @text-color-secondary;
afc163's avatar
afc163 committed
29
    line-height: 32px;
30 31
  }
  h4 {
afc163's avatar
afc163 committed
32
    margin: 0 0 4px 0;
33
    color: @text-color-secondary;
afc163's avatar
afc163 committed
34 35
    font-size: 14px;
    line-height: 22px;
36 37
  }
  p {
afc163's avatar
afc163 committed
38 39 40
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 22px;
41
  }
ddcat1115's avatar
ddcat1115 committed
42
  padding: 0 48px;
43
  color: @text-color-secondary;
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 60 61 62 63 64 65 66
}

.information {
  line-height: 22px;
  :global {
    .ant-row:not(:last-child) {
      margin-bottom: 24px;
    }
  }
  .label {
    font-weight: 500;
    text-align: right;
    padding-right: 8px;
  }
}

.money {
67
  font-family: Helvetica Neue;
68 69
  font-weight: 500;
  font-size: 20px;
afc163's avatar
afc163 committed
70
  line-height: 14px;
71
}
72 73 74 75

.uppercase {
  font-size: 12px;
}