@import '../../mixin';
.mobile-solid.icon {
  &:after {
    @include pseudo();
    bottom: -3px;
    left: 5px;
    height: 2px;
    width: 2px;
    border-radius: 50%;
    color: white;
    background-color: currentColor;
  }
}
