@import "../common/typography/text.mixins";

:host {
  display: block;
  &:not(.condensed) {
    padding: $spacing-md $spacing-md;
  }
}