Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alianza committed May 31, 2024
1 parent 3ea7573 commit cc20ef6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles/utils.module.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
.button {
@apply rounded px-5 py-2.5 text-sm font-medium text-center focus:outline-none focus:ring-4 transition-colors hover:duration-75 underline decoration-transparent duration-300 ease-in-out;
@apply rounded px-5 py-2.5 text-sm font-medium text-center transition-colors underline decoration-transparent duration-300 ease-in-out;

&:hover {
@apply duration-100 decoration-inherit;
}

&:focus {
@apply ring-4 z-10 outline-none;
}

&.green {
@apply text-neutral-100 bg-green-600 hover:bg-green-700 focus:ring-green-600/50;
}
Expand Down

0 comments on commit cc20ef6

Please sign in to comment.