@appdirect/sfb-theme-plaza 0.0.50 → 0.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/header-footer/css/header-components/_MPLogo.scss +3 -6
- package/header-footer/css/header-components/_header.scss +3 -3
- package/header-footer/css/header-components/_icons.scss +0 -2
- package/header-footer/css/header-components/_notifications.scss +1 -1
- package/package.json +1 -1
- package/settings.json +4 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.ad-uniheader__logo-container {
|
|
2
|
-
height: calc(
|
|
2
|
+
height: calc(max(var(--headerNavPadding, 20px), var(--logoHeight) + 20px));
|
|
3
3
|
list-style: none;
|
|
4
4
|
|
|
5
5
|
&--link {
|
|
@@ -18,9 +18,7 @@
|
|
|
18
18
|
cursor: pointer;
|
|
19
19
|
padding: 0 $nav-item-padding-horizontal - 6px 0 0;
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
width: var(--logoHeight, $nav-logo-height);
|
|
23
|
-
height: calc(#{$nav-height} + (2 * var(--headerNavPadding, 0px)));
|
|
21
|
+
height: calc(max(var(--headerNavPadding, 20px), var(--logoHeight) + 20px));
|
|
24
22
|
|
|
25
23
|
&:hover {
|
|
26
24
|
background-color: transparent;
|
|
@@ -34,8 +32,7 @@
|
|
|
34
32
|
object-position: center center;
|
|
35
33
|
|
|
36
34
|
min-width: 30px;
|
|
37
|
-
|
|
38
|
-
max-height: 100px;
|
|
35
|
+
height: var(--logoHeight, $nav-logo-height);
|
|
39
36
|
}
|
|
40
37
|
}
|
|
41
38
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
background: var(--headerNavBg, $headerNavBg);
|
|
3
3
|
border-bottom: 1px solid var(--headerNavBorderColor, $headerNavBorderColor);
|
|
4
4
|
font-family: $nav-font-family;
|
|
5
|
-
height: calc(
|
|
5
|
+
height: calc(max(var(--headerNavPadding, 20px), var(--logoHeight) + 20px));
|
|
6
6
|
position: relative;
|
|
7
7
|
box-sizing: content-box;
|
|
8
8
|
z-index: 11;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
display: flex;
|
|
12
12
|
align-items: center;
|
|
13
13
|
justify-content: space-between;
|
|
14
|
-
height: calc(
|
|
14
|
+
height: calc(max(var(--headerNavPadding, 20px), var(--logoHeight) + 20px));
|
|
15
15
|
list-style: none;
|
|
16
16
|
margin: 0;
|
|
17
17
|
padding: 0;
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
&--section {
|
|
21
21
|
display: flex;
|
|
22
22
|
align-content: center;
|
|
23
|
-
height: calc(
|
|
23
|
+
height: calc(max(var(--headerNavPadding, 20px), var(--logoHeight) + 20px));
|
|
24
24
|
padding-left:0;
|
|
25
25
|
|
|
26
26
|
&-right {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
justify-content: center;
|
|
42
42
|
align-items: center;
|
|
43
43
|
// pull cart number badge closer to icon, based on padding from theme
|
|
44
|
-
|
|
44
|
+
top: calc(max(var(--headerNavPadding, 20px) - 40px, var(--logoHeight) - 20px)/2);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.ad-home-notification-count {
|
package/package.json
CHANGED
package/settings.json
CHANGED
|
@@ -580,7 +580,8 @@
|
|
|
580
580
|
"type" : "CHECKBOX"
|
|
581
581
|
},
|
|
582
582
|
"buttonLabel" : {
|
|
583
|
-
"value" : "
|
|
583
|
+
"value" : "uieditor.home.Slider:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685.buttonLabel",
|
|
584
|
+
"isLocalized" : true,
|
|
584
585
|
"type" : "INPUT"
|
|
585
586
|
},
|
|
586
587
|
"layout" : {
|
|
@@ -664,7 +665,8 @@
|
|
|
664
665
|
"type" : "CHECKBOX"
|
|
665
666
|
},
|
|
666
667
|
"buttonLabel" : {
|
|
667
|
-
"value" : "
|
|
668
|
+
"value" : "uieditor.home.Slider:orderable:906daff8-d299-42ba-b873-91bf4798ba69.buttonLabel",
|
|
669
|
+
"isLocalized" : true,
|
|
668
670
|
"type" : "INPUT"
|
|
669
671
|
},
|
|
670
672
|
"layout" : {
|