primevue-mirror/components/lib/themes/lara/image/index.js

42 lines
1.0 KiB
JavaScript
Raw Normal View History

2024-05-05 20:35:38 +00:00
export default {
2024-05-13 09:10:09 +00:00
preview: {
icon: {
size: '1.5rem'
},
mask: {
background: '{mask.background}',
color: '{mask.color}'
}
2024-05-05 20:35:38 +00:00
},
2024-05-13 09:10:09 +00:00
toolbar: {
position: {
left: 'auto',
right: '1rem',
top: '1rem',
bottom: 'auto'
},
blur: '8px',
background: 'rgba(255,255,255,0.1)',
borderColor: 'rgba(255,255,255,0.2)',
borderWidth: '1px',
borderRadius: '{content.border.radius}',
padding: '.5rem',
gap: '0.5rem'
2024-05-05 20:35:38 +00:00
},
action: {
hoverBackground: 'rgba(255,255,255,0.1)',
color: '{surface.50}',
2024-05-13 09:10:09 +00:00
hoverColor: '{surface.0}',
size: '3rem',
iconSize: '1.5rem',
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-05 20:35:38 +00:00
}
};