@cnamts/vue-dot
Version:
Implementation of our Design System for the French Health Insurance
27 lines (26 loc) • 340 B
text/typescript
export const config = {
menu: {
offsetY: true
},
editBtn: {
icon: true
},
editIcon: {
color: 'grey darken-1'
},
deleteBtn: {
icon: true
},
deleteIcon: {
color: 'grey darken-1'
},
closeBtn: {
color: 'secondary',
rounded: true,
class: 'text-lowercase mr-2'
},
closeIcon: {
color: 'white',
class: 'ml-2'
}
};