Auth pages #6

Merged
BenjaminPalko merged 12 commits from auth-pages into master 2024-12-15 11:57:27 -05:00
Showing only changes of commit c8c56f1ca0 - Show all commits

View file

@ -31,7 +31,7 @@
<style> <style>
.button { .button {
@apply inline-block cursor-pointer rounded-full border-0 font-semibold leading-none transition-colors hover:opacity-80 hover:shadow-lg; @apply inline-block cursor-pointer rounded-lg border-0 font-semibold leading-none transition-colors hover:opacity-80 hover:shadow-lg;
} }
.button--small { .button--small {
@apply px-2 py-0.5 text-sm; @apply px-2 py-0.5 text-sm;