blob: 3d014895d82db5b1dd0717f8d57b89af337a3149 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
export default {
sidebarWidth: '28%',
sidebarWidthTablet: '52px',
drawerWidthDesktop: '360px',
drawerWidthTablet: '320px',
drawerHeightPhone: '250px',
filterFormWidth: '160px',
eventsDrawerWidth: '320px',
bottomBarHeight: 56,
popupMapOffset: 300,
popupMaxWidth: 288,
popupImageHeight: 144,
};
|