AdvancedProfile.less 277 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
@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;
}