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