@import '../settings/variables';

.c-ellipsis {
  &__hint {
    color: $color-paragraph;
    font-weight: $font-weight-normal;
    margin: 0;
    white-space: nowrap;
    padding: 0.5em;
  }

  &__text {
    display: block;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
