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

.editableItem {
  display: table;
  width: 100%;
  margin-top: (@font-size-base * @line-height-base - @input-height-base) / 2;
7
  line-height: @input-height-base;
ddcat1115's avatar
ddcat1115 committed
8 9 10 11 12 13 14 15 16 17 18 19 20 21

  .wrapper {
    display: table-row;

    & > * {
      display: table-cell;
    }

    & > *:first-child {
      width: 85%;
    }

    .icon {
      text-align: right;
22
      cursor: pointer;
ddcat1115's avatar
ddcat1115 committed
23 24 25
    }
  }
}