add: Notifications

This commit is contained in:
Aleksi Lassila
2023-08-21 13:13:49 +03:00
parent eac6db6b7a
commit 676512104f
20 changed files with 169 additions and 14 deletions

View File

@@ -10,6 +10,15 @@ export default {
colors: {
darken: '#07050166',
lighten: '#fde68a20'
},
keyframes: {
timer: {
'0%': { width: '0%' },
'100%': { width: '100%' }
}
},
animation: {
timer: 'timer 1s linear'
}
}
},