source: src/layouts/config-layout.ts@ 5d6f37a

main
Last change on this file since 5d6f37a was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago

add customer

  • Property mode set to 100644
File size: 222 bytes
Line 
1// ----------------------------------------------------------------------
2
3export const HEADER = {
4 H_MOBILE: 64,
5 H_DESKTOP: 80,
6 H_DESKTOP_OFFSET: 80 - 16,
7};
8
9export const NAV = {
10 W_VERTICAL: 280,
11 W_MINI: 88,
12};
Note: See TracBrowser for help on using the repository browser.