primevue-mirror/components/lib/themes/aura/splitter/index.js

23 lines
594 B
JavaScript
Raw Normal View History

export default {
2024-05-04 11:47:06 +00:00
root: {
background: '{content.background}',
borderColor: '{content.border.color}',
color: '{content.color}'
},
gutter: {
background: '{content.border.color}'
2024-05-11 13:34:02 +00:00
},
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}'
}
}
};