aboutsummaryrefslogtreecommitdiff
path: root/modern/src/theme/dimensions.js
blob: 59959d7ee86a68994a98707dc7bd1984dd3f535d (plain)
1
2
3
4
5
6
7
8
export default {
  inputHeight: '42px',
  borderRadius: '4px',
  sidebarWidth: '28%',
  tabletSidebarWidth: '52px',
  drawerWidth: 360,
  tabletDrawerWidth: 320,
};