.gui-button-base {
  @apply border border-solid leading-4 rounded font-display font-semi-bold inline-flex items-center relative no-underline;

  &-md {
    @apply text-base py-3 px-4;
  }

  &-sm {
    @apply text-base p-2;
  }

  &-xs {
    @apply text-sm p-05 px-2 rounded-small;
  }

  &-connected-r {
    @apply rounded-r-none mr-0;
  }

  &-connected-l {
    @apply rounded-l-none ml-0;
  }

  &:focus {
    @apply outline-none;
  }

  &:disabled {
    @apply pointer-events-none;
  }
}
