@import './theme/default';
@import './theme/font';

.zent-error-boundary-fallback-component {
  &__error {
    @include theme-color(color, error, 2);
    font-size: $font-size-normal;

    .zenticon-close-circle {
      margin-right: 5px;
    }
  }
}
