Merge branch 'feature/tailwind-3' into feature/sass-remove

This commit is contained in:
Björn Fromme
2022-08-31 16:24:07 +02:00
26 changed files with 161 additions and 106 deletions
+4
View File
@@ -101,6 +101,10 @@ module.exports = {
'primary-light': '#04A4CC',
},
},
opacity: {
'55': 0.5,
'85': 0.85,
},
backgroundImage: {
'badge-gradient': 'linear-gradient(120deg, rgba(150,1,103,1) 0%, rgba(158,3,106,1) 40%, rgba(250,26,140,1) 100%)',
'brand-gradient': 'linear-gradient(to top right, #009fff, #165883, #18527b)',