AdvancedProfile.less 386 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
@import "~antd/lib/style/themes/default.less";

.tabsCard {
  margin-bottom: 24px;
}

.noData {
  color: @disabled-color;
  text-align: center;
  line-height: 64px;
}

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

.textSecondary {
  color: @text-color-secondary;
}

.divider {
  border: 0;
  border-top: 1px solid @border-color-split;
  height: 1px;
ddcat1115's avatar
ddcat1115 committed
26
  margin: 0 0 16px 0;
27
}