style updates
This commit is contained in:
@@ -26,6 +26,15 @@ export default {
|
||||
boxShadow: {
|
||||
subtle: '0 20px 45px -25px rgba(18, 28, 132, 0.35)',
|
||||
},
|
||||
keyframes: {
|
||||
blink: {
|
||||
'0%, 100%': { opacity: 1 },
|
||||
'50%': { opacity: 0.35 },
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
blink: 'blink 0.9s steps(2, start) infinite',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
|
Reference in New Issue
Block a user