@import './mixin.scss';

.press-hairline--bottom {
  @include hairline-common;

  &:after {
    @include hairline-after-common;
    border-bottom-width: 1px;
  }
}