aboutsummaryrefslogtreecommitdiff
path: root/modern/src/theme/dimensions.js
blob: fa7d3b25b7c48811725dc557e7561dea20ee9564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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,
  popupMaxWidth: 272,
};