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

5 lines
144 B
TypeScript
Raw Normal View History

2019-08-09 11:14:35 +00:00
export const drawerWidthExpanded = 256;
export const drawerWidth = 80;
2019-06-19 14:40:52 +00:00
export const navigationBarHeight = 64;
export const appLoaderHeight = 4;