2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-05-04 12:12:43 +00:00
|
|
|
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-04 12:12:43 +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-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
};
|