@import './rich-content-editor.scss';

@each $type in 'One', 'Two', 'Three' {
  .heading#{$type}Button {
    @extend .header#{$type};
  }
}

.normalTextButton {
  font-size: inherit;
  line-height: normal;
}
