primevue-mirror/components/lib/themes/aura/card/index.js

23 lines
491 B
JavaScript
Raw Normal View History

export default {
2024-05-04 11:47:06 +00:00
root: {
background: '{content.background}',
2024-05-11 13:20:02 +00:00
borderRadius: '{border.radius.xl}',
color: '{content.color}',
shadow: '0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)'
},
body: {
padding: '1.25rem',
gap: '0.5rem'
},
caption: {
gap: '0.5rem'
},
title: {
fontSize: '1.25rem',
fontWeight: '500'
2024-05-04 11:47:06 +00:00
},
subtitle: {
color: '{text.muted.color}'
}
};