aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/theme/dimensions.js
blob: d68a94f59ceab643de1233446ab89e6eeb6a87c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export default {
  inputHeight: '42px',
  borderRadius: '4px',
  sidebarWidth: '28%',
  sidebarWidthTablet: '52px',
  drawerWidthDesktop: '360px',
  drawerWidthTablet: '320px',
  drawerHeightPhone: '250px',
  filterFormWidth: '160px',
  bottomBarHeight: 56,
  columnWidthDate: 160,
  columnWidthNumber: 130,
  columnWidthString: 160,
  columnWidthBoolean: 130,
  popupMapOffset: 300,
  popupMaxWidth: 272,
};