1:root{
2 --wd-top-bar-h: .00001px;
3 --wd-top-bar-sm-h: .00001px;
4 --wd-top-bar-sticky-h: .00001px;
5 --wd-top-bar-brd-w: .00001px;
6
7 --wd-header-general-h: 90px;
8 --wd-header-general-sm-h: 60px;
9 --wd-header-general-sticky-h: 90px;
10 --wd-header-general-brd-w: .00001px;
11
12 --wd-header-bottom-h: 52px;
13 --wd-header-bottom-sm-h: 52px;
14 --wd-header-bottom-sticky-h: .00001px;
15 --wd-header-bottom-brd-w: .00001px;
16
17 --wd-header-clone-h: .00001px;
18
19 --wd-header-brd-w: calc(var(--wd-top-bar-brd-w) + var(--wd-header-general-brd-w) + var(--wd-header-bottom-brd-w));
20 --wd-header-h: calc(var(--wd-top-bar-h) + var(--wd-header-general-h) + var(--wd-header-bottom-h) + var(--wd-header-brd-w));
21 --wd-header-sticky-h: calc(var(--wd-top-bar-sticky-h) + var(--wd-header-general-sticky-h) + var(--wd-header-bottom-sticky-h) + var(--wd-header-clone-h) + var(--wd-header-brd-w));
22 --wd-header-sm-h: calc(var(--wd-top-bar-sm-h) + var(--wd-header-general-sm-h) + var(--wd-header-bottom-sm-h) + var(--wd-header-brd-w));
23}
24
25
26.whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu) {
27 margin-top: 24px;
28}
29
30.whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu):after {
31 height: 35px;
32}
33
34
35
36
37.whb-header-bottom .wd-dropdown {
38 margin-top: 5px;
39}
40
...
</html>