.gui-button-tertiary {
  @apply border-neutral-90 border-solid text-neutral-20 bg-white;

  &:hover {
    @apply bg-neutral-95;
  }

  &:active,
  &.gui-button-tertiary-active {
    @apply bg-neutral-95;
  }

  &:focus {
    @apply border-neutral-20 shadow-button-tertiary-focus;
  }

  &:disabled {
    @apply text-neutral-primary bg-neutral-95 border-neutral-95;
  }
}

.gui-button-tertiary-contained {
  @apply border-neutral-90;
}
