primevue-mirror/components/lib/themes/lara/skeleton/index.js

20 lines
462 B
JavaScript
Raw Normal View History

2024-05-05 20:35:38 +00:00
export default {
2024-05-09 19:08:01 +00:00
root: {
borderRadius: '{content.border.radius}'
},
2024-05-05 20:35:38 +00:00
colorScheme: {
light: {
root: {
background: '{surface.200}',
animationBackground: 'rgba(255,255,255,0.4)'
}
},
dark: {
root: {
background: 'rgba(255, 255, 255, 0.06)',
animationBackground: 'rgba(255, 255, 255, 0.04)'
}
}
}
};