2024-05-13 14:15:43 +00:00
|
|
|
export default {
|
|
|
|
root: {
|
|
|
|
width: '2rem',
|
|
|
|
height: '2rem',
|
|
|
|
fontSize: '1rem',
|
2024-05-14 23:20:49 +00:00
|
|
|
background: '{content.hover.background}',
|
2024-05-13 14:15:43 +00:00
|
|
|
borderRadius: '{content.border.radius}'
|
|
|
|
},
|
|
|
|
group: {
|
|
|
|
borderColor: '{content.background}',
|
|
|
|
offset: '-1rem'
|
|
|
|
},
|
|
|
|
lg: {
|
|
|
|
width: '3rem',
|
|
|
|
height: '3rem',
|
|
|
|
fontSize: '1.5rem'
|
|
|
|
},
|
|
|
|
xl: {
|
|
|
|
width: '4rem',
|
|
|
|
height: '4rem',
|
|
|
|
fontSize: '2rem'
|
|
|
|
}
|
|
|
|
};
|