custom-icon.less 436 Bytes
Newer Older
liang ce committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
@import 'variables';

.@{stepsPrefixClass}-item-custom {
  .@{stepsPrefixClass}-item-icon {
    background: none;
    border: 0;
    width: auto;
    height: auto;
    > .@{stepsPrefixClass}-icon {
      font-size: 20px;
      top: 1px;
      width: 20px;
      height: 20px;
    }
  }
  &.@{stepsPrefixClass}-item-process {
    .@{stepsPrefixClass}-item-icon > .@{stepsPrefixClass}-icon {
      color: @process-icon-color;
    }
  }
}