blob: ebb393b031a9b279db7ffb86c6168196b02389e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
export default {
inputHeight: '42px',
borderRadius: '4px',
sidebarWidth: '28%',
tabletSidebarWidth: '52px',
desktopDrawerWidth: '360px',
tabletDrawerWidth: '320px',
dateColumnWidth: 160,
numberColumnWidth: 130,
stringColumnWidth: 160,
booleanColumnWidth: 130
};
|