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

23 lines
456 B
JavaScript
Raw Normal View History

2024-05-13 14:15:43 +00:00
export default {
root: {
background: '{content.background}',
2024-05-14 11:32:19 +00:00
borderRadius: '{border.radius.sm}',
2024-05-13 14:15:43 +00:00
color: '{content.color}',
2024-05-14 21:06:51 +00:00
shadow: '0 1px 4px 0 rgba(0, 0, 0, 0.1)'
2024-05-13 14:15:43 +00:00
},
body: {
padding: '1.25rem',
gap: '0.5rem'
},
caption: {
gap: '0.5rem'
},
title: {
fontSize: '1.25rem',
fontWeight: '500'
},
subtitle: {
color: '{text.muted.color}'
}
};