You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.2 KiB
56 lines
1.2 KiB
export default {
|
|
'root-entry-name': 'variable',
|
|
cssVar: true,
|
|
hashed: false,
|
|
components: {
|
|
Input: {
|
|
inputFontSize: 12
|
|
},
|
|
Table: {
|
|
cellFontSize: 12,
|
|
rowSelectedHoverBg: 'rgba(230, 230, 230, 0.88)',
|
|
rowSelectedBg: 'rgb(244, 245, 244)'
|
|
},
|
|
Menu: {
|
|
iconSize: 16,
|
|
iconMarginInlineEnd: 12,
|
|
itemHeight: 44,
|
|
itemColor: 'rgba(0,0,0,1)',
|
|
itemHoverBg: 'rgba(0,0,0,0.04)',
|
|
itemActiveBg: 'rgba(0,0,0,0.04)'
|
|
},
|
|
Progress: {
|
|
lineBorderRadius: 4
|
|
},
|
|
Select: {
|
|
itemSelectedBg: 'rgba(0,0,0,0.06)'
|
|
},
|
|
Message: {
|
|
contentPadding: '12px 16px'
|
|
},
|
|
Tooltip: {
|
|
colorBgSpotlight: 'rgba(110,110,110,1)'
|
|
// sizePopupArrow: 0
|
|
},
|
|
Slider: {
|
|
handleSize: 8,
|
|
handleSizeHover: 8,
|
|
trackBg: 'rgba(0,0,0,0.15)',
|
|
handleColor: 'rgba(0,0,0,0.2)',
|
|
trackHoverBg: 'rgba(0,0,0,0.25)',
|
|
handleActiveColor: 'rgba(0,0,0,0.3)',
|
|
dotActiveBorderColor: 'rgba(0,0,0,0.25)',
|
|
handleActiveOutlineColor: 'rgba(0,0,0,0.25)',
|
|
dotBorderColor: 'rgba(0,0,0,0.25)'
|
|
}
|
|
},
|
|
token: {
|
|
colorPrimary: '#007BFF',
|
|
colorSuccess: '#54cc98',
|
|
borderRadius: 4,
|
|
borderRadiusSM: 2,
|
|
fontSize: 12,
|
|
motion: true
|
|
}
|
|
};
|