index.less 261 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1 2 3 4 5 6 7 8 9 10 11 12
@import '~antd/lib/style/themes/default.less';

.title {
  position: relative;
  left: 42px;
  color: @text-color;
  font-size: 12px;
  text-align: left;
}

.head-title {
  margin-bottom: 20px;
陈帅's avatar
陈帅 committed
13
  color: @heading-colo;
陈帅's avatar
陈帅 committed
14 15 16
  font-weight: 500px;
  font-size: 16px;
}