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

8 lines
251 B
JavaScript
Raw Normal View History

2024-05-09 09:13:03 +00:00
export default {
root: {
borderRadius: '{form.field.border.radius}',
roundedBorderRadius: '2rem',
2024-05-13 06:22:43 +00:00
raisedShadow: '0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)'
2024-05-09 09:13:03 +00:00
}
};