Big cleanup for styling

This commit is contained in:
2025-02-12 16:41:22 -05:00
parent 574c0e1dc6
commit a1c8d34332
6 changed files with 58 additions and 127 deletions

View File

@@ -26,18 +26,22 @@
.btn {
@apply min-w-24 w-full;
@apply p-4;
@apply flex flex-nowrap gap-4 items-center justify-center;
@apply flex flex-nowrap gap-4 items-center justify-center ;
@apply rounded-lg;
@apply capitalize text-base font-sans font-medium;
@apply w-fit px-10;
}
button.primary {
@apply btn bg-hPrimary text-hOnPrimary;
@apply btn;
@apply bg-hPrimary text-hOnPrimary;
@apply hover:brightness-125;
}
button.secondary {
@apply btn bg-hSecondary text-hOnSecondary;
@apply btn;
@apply bg-hSecondary text-hOnSecondary;
@apply hover:brightness-90;
}
div.card {