@import "../../../../styles/variables.scss";
@import "../text.mixins.scss";

:host {
  display: inline;
  @include novo-body-text();

  &::ng-deep {
    novo-icon {
      font-size: 1em;
    }
  }
  novo-icon {
    font-size: 1em;
  }
}
