aboutsummaryrefslogtreecommitdiff
path: root/src/common/theme/dimensions.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/theme/dimensions.js')
-rw-r--r--src/common/theme/dimensions.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/common/theme/dimensions.js b/src/common/theme/dimensions.js
new file mode 100644
index 00000000..4930803a
--- /dev/null
+++ b/src/common/theme/dimensions.js
@@ -0,0 +1,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',
+};