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

.field {
4
  margin: 0;
5
  overflow: hidden;
6
  white-space: nowrap;
7
  text-overflow: ellipsis;
afc163's avatar
afc163 committed
8 9
  .label,
  .number {
10 11 12
    font-size: @font-size-base;
    line-height: 22px;
  }
afc163's avatar
afc163 committed
13 14
  .number {
    margin-left: 8px;
15
    color: @heading-color;
16 17
  }
}