blob: c2d60bb5e1a7827d28bb36c6d2bbe41db9e8bd41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
export default {
inputHeight: '42px',
borderRadius: '4px',
sidebarWidth: '28%',
sidebarWidthTablet: '52px',
drawerWidthDesktop: '360px',
drawerWidthTablet: '320px',
bottomBarHeight: 56,
columnWidthDate: 160,
columnWidthNumber: 130,
columnWidthString: 160,
columnWidthBoolean: 130,
popupMapOffset: 300,
};
|