index.less 267 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
@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;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500px;
  font-size: 16px;
}