.btn {
  @apply flex justify-center items-center;
  @apply py-3 px-4;
  height: $formInputHeight;
  @apply select-none;
  @apply focus:outline-none;

  &:disabled {
    @apply cursor-not-allowed opacity-75;
  }
  #{&}#{&}--small {
    height: $formInputSmallHeight;
  }
}
