Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-09-16 02:07:28 +02:00
padre 6d1dd42e6d
commit c62dde327d

Ver fichero

@@ -191,7 +191,10 @@ input[type="number"] {
} }
button:not(.call-button):not(.btn-primary):not(.btn-secondary):not(.btn-danger) { button:not(.call-button):not(.btn-primary):not(.btn-secondary):not(.btn-danger) {
@apply btn-primary; @apply bg-gradient-to-r from-indigo-600 to-purple-600 text-white font-semibold py-3 px-6 rounded-xl;
@apply hover:shadow-xl disabled:opacity-50 disabled:cursor-not-allowed transition-all duration-200;
@apply flex items-center justify-center space-x-2;
font-family: 'Inter', sans-serif;
} }
.callButtons { .callButtons {