♻️(frontend) use pandas utilities
Forgot how panda css is amazing. They provide all kinds of utilities, and few for accessibility. Amazing!
This commit is contained in:
committed by
aleb_the_flash
parent
96c18fc627
commit
30bde2fe66
@@ -32,10 +32,10 @@ const Columns = ({ children }: { children?: ReactNode }) => {
|
||||
justifyContent: 'normal',
|
||||
padding: '0 1rem',
|
||||
width: 'calc(100% - 2rem)',
|
||||
'@media(prefers-reduced-motion: reduce)': {
|
||||
_motionReduce: {
|
||||
opacity: 1,
|
||||
},
|
||||
'@media(prefers-reduced-motion: no-preference)': {
|
||||
_motionSafe: {
|
||||
opacity: 0,
|
||||
animation: '.5s ease-in fade 0s forwards',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user