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

18 lines
513 B
JavaScript
Raw Normal View History

export default {
2024-05-14 23:20:49 +00:00
root: {
padding: '{form.field.padding.y} {form.field.padding.x}',
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}'
}
2024-05-14 23:20:49 +00:00
},
display: {
hoverBackground: '{content.hover.background}',
hoverColor: '{content.hover.color}'
}
};