Big cleanup for styling
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user