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

.field {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
afc163's avatar
afc163 committed
7
  margin: 0;
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
  .number {
afc163's avatar
afc163 committed
14
    color: @heading-color;
afc163's avatar
afc163 committed
15
    margin-left: 8px;
16 17
  }
}