aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/theme
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/common/theme')
-rw-r--r--modern/src/common/theme/dimensions.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/modern/src/common/theme/dimensions.js b/modern/src/common/theme/dimensions.js
index d68a94f5..c5974ec3 100644
--- a/modern/src/common/theme/dimensions.js
+++ b/modern/src/common/theme/dimensions.js
@@ -1,6 +1,4 @@
export default {
- inputHeight: '42px',
- borderRadius: '4px',
sidebarWidth: '28%',
sidebarWidthTablet: '52px',
drawerWidthDesktop: '360px',
@@ -8,10 +6,6 @@ export default {
drawerHeightPhone: '250px',
filterFormWidth: '160px',
bottomBarHeight: 56,
- columnWidthDate: 160,
- columnWidthNumber: 130,
- columnWidthString: 160,
- columnWidthBoolean: 130,
popupMapOffset: 300,
popupMaxWidth: 272,
};