mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 18:47:51 +00:00
feat: Show popular articles on widget home (#7604)
This commit is contained in:
committed by
GitHub
parent
9efadf8804
commit
e052a061f4
@@ -12,8 +12,8 @@ module.exports = {
|
||||
],
|
||||
theme: {
|
||||
fontSize: {
|
||||
xxs: '0.625rem',
|
||||
...defaultTheme.fontSize,
|
||||
xxs: '0.625rem',
|
||||
},
|
||||
colors: {
|
||||
transparent: 'transparent',
|
||||
@@ -113,6 +113,7 @@ module.exports = {
|
||||
body: '#2f3b49',
|
||||
},
|
||||
keyframes: {
|
||||
...defaultTheme.keyframes,
|
||||
wiggle: {
|
||||
'0%': { transform: 'translateX(0)' },
|
||||
'15%': { transform: 'translateX(0.375rem)' },
|
||||
@@ -125,6 +126,7 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
...defaultTheme.animation,
|
||||
wiggle: 'wiggle 0.5s ease-in-out',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user