.root {
  padding-bottom: 1px;

  :global {
    @import (less) '../../../utils/themes.less';

    .line-top-before,
    .line-top:before {
      top: 3px;
    }

    .transparent:before {
      height: 0;
      display: none;
    }

    .normal:before {
      height: 1px;
    }

    .bold:before {
      height: 2px;
    }
  }
}
