source:
src/layouts/config-layout.ts@
5d6f37a
Last change on this file since 5d6f37a was 5d6f37a, checked in by , 7 weeks ago | |
---|---|
|
|
File size: 222 bytes |
Line | |
---|---|
1 | // ---------------------------------------------------------------------- |
2 | |
3 | export const HEADER = { |
4 | H_MOBILE: 64, |
5 | H_DESKTOP: 80, |
6 | H_DESKTOP_OFFSET: 80 - 16, |
7 | }; |
8 | |
9 | export const NAV = { |
10 | W_VERTICAL: 280, |
11 | W_MINI: 88, |
12 | }; |
Note:
See TracBrowser
for help on using the repository browser.