armario, login/registro, definicoes, tempo, top cores
This commit is contained in:
@@ -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>)',
|
||||
|
||||
Reference in New Issue
Block a user