.sui-a-info-text {
  font-size: $sui-font-size-ms;
  color: $sui-color-text;

  // -------------------------
  //    Validations states
  // -------------------------

  &.as--danger {
    color: $sui-color-danger-text;
  }

  &.as--warning {
    color: $sui-color-warning-text;
  }

  &.as--success {
    color: $sui-color-success-text;
  }

  &.as--primary {
    color: $sui-color-primary;
  }

  &.as--light {
    color: $sui-color-text-light;
  }
}
