saleor-dashboard/src/components/AppLayout/consts.ts

7 lines
232 B
TypeScript
Raw Normal View History

2019-09-26 12:40:32 +00:00
export const drawerWidthExpanded = 210;
2019-11-04 19:44:17 +00:00
export const drawerWidthExpandedMobile = 250;
2019-08-09 11:14:35 +00:00
export const drawerWidth = 80;
2019-11-13 12:56:51 +00:00
export const drawerNestedMenuWidth = 300;
2019-06-19 14:40:52 +00:00
export const navigationBarHeight = 64;
export const appLoaderHeight = 4;