armario, login/registro, definicoes, tempo, top cores

This commit is contained in:
2026-04-21 17:10:03 +01:00
parent 6c418d9c1f
commit 12171ca3f2
3 changed files with 115 additions and 30 deletions

View File

@@ -7,6 +7,15 @@ export default {
darkMode: 'class',
theme: {
extend: {
keyframes: {
'zoom-in': {
'0%': { opacity: '0', transform: 'scale(0.95)' },
'100%': { opacity: '1', transform: 'scale(1)' },
}
},
animation: {
'zoom-in': 'zoom-in 0.3s ease-out forwards',
},
colors: {
primary: {
50: 'hsl(var(--primary-50) / <alpha-value>)',