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

3 4 5 6
.headerList {
  margin-bottom: 4px;
}

7
.tabsCard {
8 9 10 11 12
  :global {
    .ant-card-head {
      padding: 0 16px;
    }
  }
13 14 15 16 17 18
}

.noData {
  color: @disabled-color;
  text-align: center;
  line-height: 64px;
19 20 21 22 23 24 25
  font-size: 16px;
  i {
    font-size: 24px;
    margin-right: 16px;
    position: relative;
    top: 3px;
  }
26 27 28 29 30 31 32
}

.heading {
  color: @heading-color;
  font-size: 20px;
}

33 34 35 36
.stepDescription {
  font-size: 14px;
  position: relative;
  left: 38px;
afc163's avatar
afc163 committed
37 38 39 40
  padding-top: 8px;
  text-align: left;

  > div {
41 42 43 44 45
    margin-top: 8px;
    margin-bottom: 4px;
  }
}

46 47 48
.textSecondary {
  color: @text-color-secondary;
}
49 50 51 52 53 54

@media screen and (max-width: @screen-sm) {
  .stepDescription {
    left: 8px;
  }
}