saleor-dashboard/src/components/AppLayout/consts.ts
2019-11-19 13:48:44 +01:00

6 lines
232 B
TypeScript

export const drawerWidthExpanded = 210;
export const drawerWidthExpandedMobile = 250;
export const drawerWidth = 80;
export const drawerNestedMenuWidth = 300;
export const navigationBarHeight = 64;
export const appLoaderHeight = 4;