@cnamts/vue-dot
Version:
Implementation of our Design System for the French Health Insurance
31 lines (29 loc) • 436 B
text/typescript
import { tokens } from '@cnamts/design-tokens';
export const config = {
menu: {
offsetY: true,
tile: true,
zIndex: 4
},
btn: {
tile: true,
minHeight: '48px',
minWidth: '328px',
color: tokens.colors.parme.base,
class: 'd-flex px-3'
},
btnIcon: {
color: 'white'
},
list: {
class: 'py-0'
},
listItem: {
target: '_blank',
rel: 'noopener noreferrer'
},
sheet: {
elevation: 0,
class: 'px-4 py-3'
}
};