@import '../../style/variable';
@import './token';

.#{$namespace} {
  &-link {
    color: $link-color;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    cursor: pointer;
  }
}
