@import '../../mixin';
.close.icon {
  &:before {
    @include pseudo();
    top: 10px;
    width: 21px; 
    height: 1px;
    background-color: currentColor;
    transform: rotate(-45deg);
  }
}
