.uni-button {
  @include button();

  &--loading {
    opacity: .5;
    pointer-events: none;
  }

  svg {
    height: 25px;
    margin-left: 20px;
  }
}
