primevue-mirror/components/lib/themes/nora/slider/index.js

33 lines
867 B
JavaScript

export default {
track: {
background: '{content.border.color}',
borderRadius: '{content.border.radius}',
size: '3px'
},
range: {
background: '{primary.color}'
},
handle: {
width: '16px',
height: '16px',
borderRadius: '50%',
background: '{primary.color}',
hoverBackground: '{primary.color}',
content: {
borderRadius: '50%',
background: '{primary.color}',
hoverBackground: '{primary.color}',
width: '12px',
height: '12px',
shadow: 'none'
},
focusRing: {
width: '{focus.ring.width}',
style: '{focus.ring.style}',
color: '{focus.ring.color}',
offset: '{focus.ring.offset}',
shadow: '{focus.ring.shadow}'
}
}
};