.button
  @apply bg-blue border-blue border-2 inline-block rounded-lg text-white no-underline px-4 py-2

  &:active,
  &:focus,
  &:hover
    @apply bg-white text-blue

  &:focus
    @apply px-4 py-2 m-0