mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-03 14:14:14 +02:00
New sidebar and folder view (#263)
This commit is contained in:
@@ -22,6 +22,16 @@ module.exports = {
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
keyframes: {
|
||||
blinkRing: {
|
||||
'0%, 49%': { '--tw-ring-color': 'var(--primary)' },
|
||||
'50%, 99%': { '--tw-ring-color': 'transparent' },
|
||||
'100%': { '--tw-ring-color': 'var(--primary)' },
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
blinkRing: 'blinkRing 150ms step-start 400ms infinite',
|
||||
},
|
||||
opacity: {
|
||||
disabled: '0.3',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user