aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/theme/dimensions.js
blob: 4930803a0935b0e4211dd519ea2ea545adc33ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export default {
  sidebarWidth: '28%',
  sidebarWidthTablet: '52px',
  drawerWidthDesktop: '360px',
  drawerWidthTablet: '320px',
  drawerHeightPhone: '250px',
  filterFormWidth: '160px',
  eventsDrawerWidth: '320px',
  bottomBarHeight: 56,
  popupMapOffset: 300,
  popupMaxWidth: 288,
  popupImageHeight: 144,
  cardContentMaxHeight: '40vh',
};