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

24 lines
474 B
JavaScript
Raw Normal View History

2024-05-05 20:35:38 +00:00
export default {
root: {
2024-05-09 18:18:08 +00:00
width: '2rem',
height: '2rem',
fontSize: '1rem',
background: '{content.border.color}',
borderRadius: '{content.border.radius}'
2024-05-05 20:35:38 +00:00
},
group: {
2024-05-09 18:18:08 +00:00
borderColor: '{content.background}',
offset: '-1rem'
},
lg: {
width: '3rem',
height: '3rem',
fontSize: '1.5rem'
},
xl: {
width: '4rem',
height: '4rem',
fontSize: '2rem'
2024-05-05 20:35:38 +00:00
}
};