23 lines
594 B
JavaScript
23 lines
594 B
JavaScript
export default {
|
|
root: {
|
|
background: '{content.background}',
|
|
borderColor: '{content.border.color}',
|
|
color: '{content.color}'
|
|
},
|
|
gutter: {
|
|
background: '{content.border.color}'
|
|
},
|
|
handle: {
|
|
size: '24px',
|
|
background: 'transparent',
|
|
borderRadius: '{content.border.radius}',
|
|
focusRing: {
|
|
width: '{focus.ring.width}',
|
|
style: '{focus.ring.style}',
|
|
color: '{focus.ring.color}',
|
|
offset: '{focus.ring.offset}',
|
|
shadow: '{focus.ring.shadow}'
|
|
}
|
|
}
|
|
};
|