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