26 lines
421 B
TypeScript
26 lines
421 B
TypeScript
export default {
|
|
'root-entry-name': 'variable',
|
|
cssVar: true,
|
|
hashed: false,
|
|
components: {
|
|
Input: {
|
|
inputFontSize: 12
|
|
},
|
|
Table: {
|
|
cellFontSize: 12,
|
|
rowSelectedHoverBg: '#e6f6ff'
|
|
},
|
|
Menu: {
|
|
iconSize: 16,
|
|
iconMarginInlineEnd: 12,
|
|
itemHeight: 44
|
|
}
|
|
},
|
|
token: {
|
|
colorPrimary: '#007BFF',
|
|
borderRadius: 8,
|
|
fontSize: 12,
|
|
motion: true
|
|
}
|
|
};
|