Updated global btn + input styling

This commit is contained in:
Colin Kallemein 2024-10-13 17:25:46 +02:00
parent 7504e3719e
commit 934ae50d8e

View File

@ -61,7 +61,7 @@ input {
} }
.input-field { .input-field {
@apply px-4 py-3 text-base focus-visible:outline-none bg-gray border border-solid border-gray-500 rounded text-gray-300; @apply px-4 py-2.5 text-base focus-visible:outline-none bg-gray border border-solid border-gray-500 rounded text-gray-300;
&.inactive { &.inactive {
@apply bg-gray-600/50 hover:cursor-not-allowed; @apply bg-gray-600/50 hover:cursor-not-allowed;
&::placeholder { &::placeholder {
@ -87,7 +87,7 @@ button {
@apply text-center; @apply text-center;
&.btn-cyan { &.btn-cyan {
@apply bg-cyan text-gray-50 text-base rounded py-3; @apply bg-cyan text-gray-50 text-base rounded py-2.5;
&.active, &.active,
&:hover { &:hover {
@ -96,7 +96,7 @@ button {
} }
&.btn-red { &.btn-red {
@apply bg-red text-gray-50; @apply bg-red text-gray-50 text-base rounded py-2.5;
&.active, &.active,
&:hover { &:hover {