aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/theme/dimensions.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/common/theme/dimensions.js')
-rw-r--r--modern/src/common/theme/dimensions.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/modern/src/common/theme/dimensions.js b/modern/src/common/theme/dimensions.js
new file mode 100644
index 00000000..fa7d3b25
--- /dev/null
+++ b/modern/src/common/theme/dimensions.js
@@ -0,0 +1,15 @@
+export default {
+ inputHeight: '42px',
+ borderRadius: '4px',
+ sidebarWidth: '28%',
+ sidebarWidthTablet: '52px',
+ drawerWidthDesktop: '360px',
+ drawerWidthTablet: '320px',
+ bottomBarHeight: 56,
+ columnWidthDate: 160,
+ columnWidthNumber: 130,
+ columnWidthString: 160,
+ columnWidthBoolean: 130,
+ popupMapOffset: 300,
+ popupMaxWidth: 272,
+};