@import '../../style/var';

.hl-hairline--top-bottom {
  position: relative;
  &::after {
    border-width: 1px 0;
    position: absolute;
    box-sizing: border-box;
    content: ' ';
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 0 solid $collapse-item-border-color;
    transform: scale(0.5);
  }
}