@appdirect/sfb-theme-plaza 0.0.1
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/CHANGELOG.md +29 -0
- package/README.md +3 -0
- package/assets/css/platform-global/global-index.scss +1 -0
- package/assets/css/theme/components/_sticky-button-page-scroll.scss +15 -0
- package/assets/css/theme/definitions/_accessibility.scss +42 -0
- package/assets/css/theme/definitions/_colors.scss +58 -0
- package/assets/css/theme/definitions/_functions.scss +11 -0
- package/assets/css/theme/definitions/_mixins.scss +111 -0
- package/assets/css/theme/definitions/_typography.scss +48 -0
- package/assets/css/theme/definitions/_variables.scss +7 -0
- package/assets/css/theme/generic/_default.scss +126 -0
- package/assets/css/theme/generic/_normalize.scss +351 -0
- package/assets/css/theme/grid/_bootstrap-grid.scss +32 -0
- package/assets/css/theme/grid/_functions.scss +49 -0
- package/assets/css/theme/grid/_grid.scss +52 -0
- package/assets/css/theme/grid/_mock-grid.scss +36 -0
- package/assets/css/theme/grid/_variables.scss +42 -0
- package/assets/css/theme/layout/_reset.scss +5 -0
- package/assets/css/theme/mixins/_breakpoints.scss +123 -0
- package/assets/css/theme/mixins/_grid-framework.scss +67 -0
- package/assets/css/theme/mixins/_grid.scss +52 -0
- package/assets/css/theme/mixins/_scroll-button.scss +17 -0
- package/assets/css/theme/pages/_bundle.scss +10 -0
- package/assets/css/theme/pages/_listing.scss +3 -0
- package/assets/css/theme/pages/_product.scss +3 -0
- package/assets/css/theme/pages/_profile.scss +89 -0
- package/assets/css/theme/theme-index.scss +9 -0
- package/assets/css/theme/utilities/_display.scss +38 -0
- package/assets/css/theme/utilities/_flex.scss +51 -0
- package/assets/fonts/AppDirectIcons.woff +0 -0
- package/assets/fonts/slick/slick.eot +0 -0
- package/assets/fonts/slick/slick.svg +14 -0
- package/assets/fonts/slick/slick.ttf +0 -0
- package/assets/fonts/slick/slick.woff +0 -0
- package/assets/images/logo_white_2x.png +0 -0
- package/assets/js/listing.js +26 -0
- package/assets/js/polyfills/ie11CustomProperties.js +2 -0
- package/content/layout/base.html +80 -0
- package/content/layout/bundle.html +12 -0
- package/content/layout/profile.html +22 -0
- package/content/macros/profile/profile-navigation.html +38 -0
- package/content/macros/sfb-components-bundles.html +26 -0
- package/content/macros/sfb-custom-components-bundles.html +6 -0
- package/content/pages/bundle/bundle.html +9 -0
- package/content/pages/compare/compare.html +14 -0
- package/content/pages/error/error.html +49 -0
- package/content/pages/help/help.html +15 -0
- package/content/pages/home/home.html +14 -0
- package/content/pages/listing/listing-items.html +1 -0
- package/content/pages/listing/listing.html +25 -0
- package/content/pages/orderConfirmation/orderConfirmation.html +7 -0
- package/content/pages/profile/profile-add-lead.html +13 -0
- package/content/pages/profile/profile-add-question.html +13 -0
- package/content/pages/profile/profile-add-review.html +13 -0
- package/content/pages/profile/profile-configure.html +15 -0
- package/content/pages/profile/profile-cross-sell-management.html +12 -0
- package/content/pages/profile/profile-editions.html +17 -0
- package/content/pages/profile/profile-features.html +14 -0
- package/content/pages/profile/profile-questions.html +14 -0
- package/content/pages/profile/profile-resources.html +14 -0
- package/content/pages/profile/profile-reviews.html +14 -0
- package/content/pages/profile/profile-standaloneDomains.html +22 -0
- package/content/pages/profile/profile-support.html +15 -0
- package/content/pages/profile/profile-variants.html +15 -0
- package/content/pages/profile/profile.html +24 -0
- package/design-properties.json +18 -0
- package/editor-properties.json +231 -0
- package/env-data.json +2 -0
- package/header-footer/checkout.html +14 -0
- package/header-footer/css/footer/_INDEX.scss +264 -0
- package/header-footer/css/header-components/_INDEX.scss +11 -0
- package/header-footer/css/header-components/_MPLogo.scss +47 -0
- package/header-footer/css/header-components/_cart.scss +514 -0
- package/header-footer/css/header-components/_dropdown.scss +110 -0
- package/header-footer/css/header-components/_header.scss +85 -0
- package/header-footer/css/header-components/_icons.scss +123 -0
- package/header-footer/css/header-components/_mobile-menu.scss +46 -0
- package/header-footer/css/header-components/_myapps-dropdown.scss +111 -0
- package/header-footer/css/header-components/_notifications.scss +50 -0
- package/header-footer/css/header-components/_responsive.scss +78 -0
- package/header-footer/css/header-components/_search-bar.scss +17 -0
- package/header-footer/css/header-components/_tooltips.scss +60 -0
- package/header-footer/css/header-index.scss +4 -0
- package/header-footer/css/settings/_INDEX.scss +3 -0
- package/header-footer/css/settings/_custom-variables.scss +70 -0
- package/header-footer/css/settings/_font-icons.scss +53 -0
- package/header-footer/css/settings/_static-variables.scss +24 -0
- package/header-footer/footer.html +53 -0
- package/header-footer/logged-in.html +37 -0
- package/header-footer/logged-out.html +25 -0
- package/header-footer/sso.html +14 -0
- package/package.json +15 -0
- package/settings-schema.json +4 -0
- package/settings.json +1873 -0
- package/translations/cs-cz.yml +136 -0
- package/translations/cs.yml +136 -0
- package/translations/da-dk.yml +136 -0
- package/translations/da.yml +136 -0
- package/translations/de-de.yml +136 -0
- package/translations/de.yml +136 -0
- package/translations/el-gr.yml +136 -0
- package/translations/en-us.yml +177 -0
- package/translations/es-es.yml +136 -0
- package/translations/es-la.yml +136 -0
- package/translations/es.yml +136 -0
- package/translations/fi-fi.yml +136 -0
- package/translations/fi.yml +136 -0
- package/translations/fr-ca.yml +136 -0
- package/translations/fr-fr.yml +136 -0
- package/translations/fr.yml +136 -0
- package/translations/hr-hr.yml +136 -0
- package/translations/hr.yml +136 -0
- package/translations/hu-hu.yml +136 -0
- package/translations/hu.yml +136 -0
- package/translations/id-id.yml +136 -0
- package/translations/it-it.yml +136 -0
- package/translations/it.yml +136 -0
- package/translations/ja-jp.yml +136 -0
- package/translations/ja.yml +136 -0
- package/translations/ko-kr.yml +136 -0
- package/translations/ko.yml +136 -0
- package/translations/lt-lt.yml +136 -0
- package/translations/lt.yml +136 -0
- package/translations/nl-nl.yml +136 -0
- package/translations/nl.yml +136 -0
- package/translations/no-no.yml +136 -0
- package/translations/no.yml +136 -0
- package/translations/pt-br.yml +136 -0
- package/translations/pt.yml +136 -0
- package/translations/ru-ru.yml +136 -0
- package/translations/ru.yml +136 -0
- package/translations/sq-al.yml +136 -0
- package/translations/sq.yml +136 -0
- package/translations/sv-se.yml +136 -0
- package/translations/sv.yml +136 -0
- package/translations/th-th.yml +136 -0
- package/translations/th.yml +136 -0
- package/translations/tr-tr.yml +136 -0
- package/translations/tr.yml +136 -0
- package/translations/zh-cn.yml +136 -0
- package/translations/zh-tw.yml +136 -0
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'ad-icon-universal-header';
|
|
3
|
+
src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
|
|
4
|
+
font-weight: normal;
|
|
5
|
+
font-style: normal;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
[class^="ad-icon-"], [class*=" ad-icon-"],
|
|
9
|
+
.ad-component_dropdown .ad-component_dropdown--trigger:after {
|
|
10
|
+
// use !important to prevent issues with browser extensions that change fonts
|
|
11
|
+
font-family: 'ad-icon-universal-header' !important;
|
|
12
|
+
speak: none;
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-weight: normal;
|
|
15
|
+
font-variant: normal;
|
|
16
|
+
text-transform: none;
|
|
17
|
+
line-height: 1;
|
|
18
|
+
|
|
19
|
+
// Better Font Rendering
|
|
20
|
+
-webkit-font-smoothing: antialiased;
|
|
21
|
+
-moz-osx-font-smoothing: grayscale;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.ad-icon {
|
|
25
|
+
|
|
26
|
+
&-close:before {
|
|
27
|
+
content: "\e900";
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&-star:before {
|
|
31
|
+
content: "\e901";
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&-cart:before {
|
|
35
|
+
content: "\e902";
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&-close-medium:before {
|
|
39
|
+
content: "\e903";
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&-success:before {
|
|
43
|
+
content: "\e904";
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&-add-to-cart:before {
|
|
47
|
+
content: "\e908";
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&-home:before {
|
|
51
|
+
content: "\e909";
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&-bar-graph:before {
|
|
55
|
+
content: "\e90a";
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
&-group:before {
|
|
59
|
+
content: "\e90b";
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
&-grid:before {
|
|
63
|
+
content: "\e90c";
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.ad-icon-link {
|
|
68
|
+
display: flex;
|
|
69
|
+
align-items: center;
|
|
70
|
+
justify-content: center;
|
|
71
|
+
color: var(--headerNavFontColor, $headerNavFontColor);
|
|
72
|
+
font-size: $nav-icon-font-size;
|
|
73
|
+
height: 100%;
|
|
74
|
+
text-decoration: none;
|
|
75
|
+
width: 100%;
|
|
76
|
+
&:hover{
|
|
77
|
+
text-decoration: none;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.ad-universalnav-icons {
|
|
82
|
+
position:relative;
|
|
83
|
+
height: 100%;
|
|
84
|
+
width: $nav-icon-width;
|
|
85
|
+
margin-left: -1px;
|
|
86
|
+
display: inline-block;
|
|
87
|
+
vertical-align: top;
|
|
88
|
+
cursor: pointer;
|
|
89
|
+
border-left: none;
|
|
90
|
+
border-right: none;
|
|
91
|
+
|
|
92
|
+
&:hover {
|
|
93
|
+
background-color: var(--headerNavItemBgHover, $headerNavItemBgHover);
|
|
94
|
+
|
|
95
|
+
.ad-icon-link,
|
|
96
|
+
.ad-icon-add-to-cart {
|
|
97
|
+
color: var(--headerNavFontHoverColor, $headerNavFontHoverColor);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&:active {
|
|
102
|
+
.ad-icon-link {
|
|
103
|
+
color: var(--headerNavFontSelectedColor, $headerNavFontSelectedColor);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.js-link-active,
|
|
108
|
+
.js-link-active:hover {
|
|
109
|
+
background-color: var(--headerNavItemBgSelected, $headerNavItemBgSelected);
|
|
110
|
+
color: $headerNavFontSelectedColor;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.js-link-active:active {
|
|
114
|
+
background-color: var(--headerNavItemBgSelected, $headerNavItemBgSelected);
|
|
115
|
+
color: var(--headerNavFontSelectedColor, $headerNavFontSelectedColor);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.unav-cart-width {
|
|
120
|
+
width: $nav-icon-width-cart !important;
|
|
121
|
+
padding-left: 10px;
|
|
122
|
+
padding-right: 10px;
|
|
123
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
|
|
2
|
+
.unav-icon-mobile {
|
|
3
|
+
display: none;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.unav-icon-mobile {
|
|
7
|
+
position: static;
|
|
8
|
+
.closeIcon {
|
|
9
|
+
margin-left: 2px;
|
|
10
|
+
}
|
|
11
|
+
.ad-component_list {
|
|
12
|
+
overflow-y: scroll;
|
|
13
|
+
.ad-component--link {
|
|
14
|
+
padding-top: 15px;
|
|
15
|
+
padding-bottom: 15px;
|
|
16
|
+
&-user {
|
|
17
|
+
padding-top: 10px;
|
|
18
|
+
padding-bottom: 10px;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
.ad-component_dropdown-react{
|
|
24
|
+
.ad-component_list-full {
|
|
25
|
+
margin-top: 1px;
|
|
26
|
+
border-radius: 0px;
|
|
27
|
+
box-shadow:none;
|
|
28
|
+
right:0;
|
|
29
|
+
left:0;
|
|
30
|
+
width: 100%;
|
|
31
|
+
|
|
32
|
+
.ad-component_list-item:last-child, .ad-component_list-item:first-child {
|
|
33
|
+
.ad-component--link {
|
|
34
|
+
border-top-left-radius: 0px;
|
|
35
|
+
border-top-right-radius: 0px;
|
|
36
|
+
border-bottom-left-radius: 0px;
|
|
37
|
+
border-bottom-right-radius: 0px;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
.ad-icon-link {
|
|
43
|
+
&.ad-component_dropdown--trigger:after {
|
|
44
|
+
display:none;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
.ad-component__myapps {
|
|
2
|
+
|
|
3
|
+
.ad-component_list {
|
|
4
|
+
background: $headerNavDropdownBg;
|
|
5
|
+
background-clip: padding-box;
|
|
6
|
+
border-radius: 4px;
|
|
7
|
+
box-sizing: content-box;
|
|
8
|
+
left: 0;
|
|
9
|
+
margin: 4px 0 0 -50px;
|
|
10
|
+
margin-right: $headerNavDropdownMarginRight;
|
|
11
|
+
padding: 15px 15px 55px 15px;
|
|
12
|
+
position: absolute;
|
|
13
|
+
width: 250px;
|
|
14
|
+
|
|
15
|
+
&--top-hover-shim {
|
|
16
|
+
height: 10px;
|
|
17
|
+
left: 0;
|
|
18
|
+
margin-top: -7px;
|
|
19
|
+
position: absolute;
|
|
20
|
+
top: 0;
|
|
21
|
+
width: 100%;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.ad-stack-apps {
|
|
27
|
+
margin: 0;
|
|
28
|
+
padding: 0;
|
|
29
|
+
list-style: none;
|
|
30
|
+
display: flex;
|
|
31
|
+
flex-wrap: wrap;
|
|
32
|
+
|
|
33
|
+
&--item {
|
|
34
|
+
float: left;
|
|
35
|
+
width: $myapps-dropdown-app-tile-width;
|
|
36
|
+
height: $myapps-dropdown-app-tile-height;
|
|
37
|
+
box-sizing: border-box;
|
|
38
|
+
padding: $myapps-dropdown-app-padding;
|
|
39
|
+
margin-bottom: $myapps-dropdown-app-margin-bottom;
|
|
40
|
+
text-align: center;
|
|
41
|
+
text-decoration:none;
|
|
42
|
+
color:#333;
|
|
43
|
+
|
|
44
|
+
&:hover {
|
|
45
|
+
border: $myapps-dropdown-app-hover-border;
|
|
46
|
+
padding: $myapps-dropdown-app-hover-padding;
|
|
47
|
+
border-radius: $myapps-dropdown-app-radius;
|
|
48
|
+
text-decoration:none;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&-text {
|
|
52
|
+
text-align: center;
|
|
53
|
+
overflow: hidden;
|
|
54
|
+
white-space: nowrap;
|
|
55
|
+
font-size: $myapps-dropdown-app-font-size;
|
|
56
|
+
text-overflow: ellipsis;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&-button {
|
|
60
|
+
position: absolute;
|
|
61
|
+
bottom: 0;
|
|
62
|
+
left: 0;
|
|
63
|
+
width: 100%;
|
|
64
|
+
|
|
65
|
+
a {
|
|
66
|
+
background: $myapps-dropdown-app-see-all-cta-bg;
|
|
67
|
+
border-bottom-left-radius: 3px;
|
|
68
|
+
border-bottom-right-radius: 3px;
|
|
69
|
+
color:$myapps-dropdown-app-see-all-cta-color;
|
|
70
|
+
display: block;
|
|
71
|
+
font-size: $myapps-dropdown-app-see-all-cta-font-size;
|
|
72
|
+
height: $myapps-dropdown-app-see-all-cta-container-height;
|
|
73
|
+
line-height: $myapps-dropdown-app-see-all-cta-container-height;
|
|
74
|
+
text-align: center;
|
|
75
|
+
text-decoration: none;
|
|
76
|
+
|
|
77
|
+
&:hover {
|
|
78
|
+
background: $myapps-dropdown-app-see-all-cta-hover-bg;
|
|
79
|
+
color: $myapps-dropdown-app-see-all-cta-hover-color;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
&-img {
|
|
85
|
+
display: block;
|
|
86
|
+
width: auto;
|
|
87
|
+
margin: auto;
|
|
88
|
+
max-width: $myapps-dropdown-app-img-max-width;
|
|
89
|
+
max-height: $myapps-dropdown-app-img-max-height;
|
|
90
|
+
position: absolute;
|
|
91
|
+
top: 0;
|
|
92
|
+
right: 0;
|
|
93
|
+
bottom: 0;
|
|
94
|
+
left: 0;
|
|
95
|
+
|
|
96
|
+
&-container {
|
|
97
|
+
position: relative;
|
|
98
|
+
height: $myapps-dropdown-app-img-container-height;
|
|
99
|
+
margin-bottom: 6px;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.ad-icon-star {
|
|
104
|
+
font-size: $myapps-dropdown-app-img-placeholder-font-size;
|
|
105
|
+
color: $myapps-dropdown-app-img-placeholder-color;
|
|
106
|
+
position: absolute;
|
|
107
|
+
top: 8px;
|
|
108
|
+
left: 20px;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
.ad-home-notification, .ad-team-notification {
|
|
2
|
+
background: $notifications-bg;
|
|
3
|
+
border-radius: $notifications-border-radius;
|
|
4
|
+
color: $notifications-font-color;
|
|
5
|
+
display: none;
|
|
6
|
+
font-family: $notifications-font-family;
|
|
7
|
+
font-size: $notifications-font-size;
|
|
8
|
+
font-weight: $notifications-font-weight;
|
|
9
|
+
height: $notifications-height;
|
|
10
|
+
line-height: 13px;
|
|
11
|
+
min-width: $notifications-min-width;
|
|
12
|
+
padding: $notifications-padding-vertical $notifications-padding-horizontal;
|
|
13
|
+
text-align: center;
|
|
14
|
+
position: absolute;
|
|
15
|
+
right: 9px;
|
|
16
|
+
top: 30px;
|
|
17
|
+
box-sizing: content-box;
|
|
18
|
+
|
|
19
|
+
&.ad-is-active {
|
|
20
|
+
display: block;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.ad-cart-notification {
|
|
25
|
+
color: $notifications-font-color;
|
|
26
|
+
display: none;
|
|
27
|
+
font-family: $notifications-font-family;
|
|
28
|
+
font-size: $notifications-cart-font-size;
|
|
29
|
+
font-weight: $notifications-cart-font-weight;
|
|
30
|
+
height: $notifications-cart-height;
|
|
31
|
+
width: $notifications-cart-width;
|
|
32
|
+
line-height: 13px;
|
|
33
|
+
position: absolute;
|
|
34
|
+
right: 40px;
|
|
35
|
+
top: 8px;
|
|
36
|
+
border-radius: 2px;
|
|
37
|
+
background-color: #35A800;
|
|
38
|
+
|
|
39
|
+
&.ad-is-active {
|
|
40
|
+
display: flex;
|
|
41
|
+
justify-content: center;
|
|
42
|
+
align-items: center;
|
|
43
|
+
// pull cart number badge closer to icon, based on padding from theme
|
|
44
|
+
top: calc(max(var(--headerNavPadding, 20px) - 40px, var(--logoHeight) - 20px)/2);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.ad-home-notification-count {
|
|
48
|
+
margin-bottom: 1px;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
@media ( max-width: 1330px ) {
|
|
2
|
+
.container-header {
|
|
3
|
+
max-width: 100%;
|
|
4
|
+
}
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
@media only screen and (max-width: 1024px) {
|
|
8
|
+
.adb-layout-default {
|
|
9
|
+
width: 100%;
|
|
10
|
+
padding-left: 0;
|
|
11
|
+
padding-right: 0;
|
|
12
|
+
max-width:100%;
|
|
13
|
+
}
|
|
14
|
+
.ad-component_list--item.user-dropdown {
|
|
15
|
+
display: none;
|
|
16
|
+
}
|
|
17
|
+
.ad-universalnav-icons {
|
|
18
|
+
display:none;
|
|
19
|
+
}
|
|
20
|
+
.ad-component__myapps, .ad-component__cart {
|
|
21
|
+
display: block;
|
|
22
|
+
.ad-universalnav-icons {
|
|
23
|
+
display:block;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
.unav-icon-mobile { display:block; }
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@media only screen and (max-width: 767px) {
|
|
30
|
+
.adb-layout-default {
|
|
31
|
+
width: 100%;
|
|
32
|
+
max-width:100%;
|
|
33
|
+
}
|
|
34
|
+
.ad-universalnav-icons {
|
|
35
|
+
display:none;
|
|
36
|
+
right: 50px;
|
|
37
|
+
}
|
|
38
|
+
.unav-icon-mobile {
|
|
39
|
+
display:block;
|
|
40
|
+
}
|
|
41
|
+
.ad-component_dropdown{
|
|
42
|
+
&.manage-dropdown, &.user-dropdown {
|
|
43
|
+
display:none;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
.ad-uniheader__container {
|
|
47
|
+
flex-wrap: wrap;
|
|
48
|
+
justify-content: space-around;
|
|
49
|
+
}
|
|
50
|
+
.ad-uniheader__container--section, .adsearch-universal {
|
|
51
|
+
flex: 0 0 100%;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.adsearch-universal {
|
|
55
|
+
padding: 10px 0 0 0;
|
|
56
|
+
border-top: 1px solid var(--headerNavBorderColor, $headerNavBorderColor);
|
|
57
|
+
.appdirectUniversalSearch{
|
|
58
|
+
padding: 0 15px 0 15px;
|
|
59
|
+
max-width: 100%;
|
|
60
|
+
}
|
|
61
|
+
#adsearch {
|
|
62
|
+
max-width: 100%!important;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
.ad-uniheader {
|
|
66
|
+
&--logged-out, &--logged-in {
|
|
67
|
+
height: 104px;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
.ad-component_dropdown-react .ad-component_list-full {
|
|
71
|
+
top: 104px;
|
|
72
|
+
}
|
|
73
|
+
.ad-uniheader__container--section-right {
|
|
74
|
+
position: absolute;
|
|
75
|
+
top: 0;
|
|
76
|
+
right: 0;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
.adsearch-universal {
|
|
2
|
+
border: 0;
|
|
3
|
+
z-index: 1;
|
|
4
|
+
display: flex;
|
|
5
|
+
width: 100%;
|
|
6
|
+
flex: 1;
|
|
7
|
+
line-height: 22px;
|
|
8
|
+
position: relative;
|
|
9
|
+
z-index: 4;
|
|
10
|
+
justify-content: center;
|
|
11
|
+
padding: 0 20px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.appdirectUniversalSearch {
|
|
15
|
+
max-width: 600px;
|
|
16
|
+
width: 100%;
|
|
17
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
[data-adu-tooltip] {
|
|
2
|
+
position: relative;
|
|
3
|
+
z-index: 4;
|
|
4
|
+
|
|
5
|
+
&::before {
|
|
6
|
+
content: "";
|
|
7
|
+
position: absolute;
|
|
8
|
+
top: -6px;
|
|
9
|
+
left: 50%;
|
|
10
|
+
opacity: 0;
|
|
11
|
+
transform: translateX(-50%);
|
|
12
|
+
border-width: 4px 5px 0 5px;
|
|
13
|
+
border-style: solid;
|
|
14
|
+
border-color: $headerNavTooltipBg transparent transparent transparent;
|
|
15
|
+
z-index: 100;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&::after {
|
|
19
|
+
content: attr(data-adu-tooltip);
|
|
20
|
+
position: absolute;
|
|
21
|
+
left: 50%;
|
|
22
|
+
opacity: 0;
|
|
23
|
+
top: -6px;
|
|
24
|
+
transform: translateX(-50%) translateY(-100%);
|
|
25
|
+
background: $headerNavTooltipBg;
|
|
26
|
+
text-align: center;
|
|
27
|
+
color: $headerNavTooltipFontColor;
|
|
28
|
+
padding: 6px 2px;
|
|
29
|
+
font-size: 12px;
|
|
30
|
+
line-height: 14px;
|
|
31
|
+
min-width: 90px;
|
|
32
|
+
border-radius: 3px;
|
|
33
|
+
pointer-events: none;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&:hover::after {
|
|
37
|
+
opacity: 0.9;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&:hover::before {
|
|
41
|
+
opacity: 0.9;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&::before {
|
|
45
|
+
top: 100%;
|
|
46
|
+
margin-top: 8px;
|
|
47
|
+
transform: translateX(-50%) translatey(-100%) rotate(-180deg)
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&::after {
|
|
51
|
+
top: 100%;
|
|
52
|
+
margin-top: 8px;
|
|
53
|
+
transform: translateX(-50%) translateY(0%);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.ad-dropdown-active[data-adu-tooltip]:hover::after,
|
|
58
|
+
.ad-dropdown-active[data-adu-tooltip]:hover::before {
|
|
59
|
+
opacity: 0;
|
|
60
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
// Custom variables for theming of the Universal Header
|
|
2
|
+
$nav-height: 52px;
|
|
3
|
+
$nav-font-family: 'Helvetica Neue', Arial, sans-serif;
|
|
4
|
+
$nav-item-font-size: 15px;
|
|
5
|
+
$nav-item-padding-horizontal: 20px;
|
|
6
|
+
|
|
7
|
+
$nav-logo-height: 31px;
|
|
8
|
+
$nav-logo-padding-vertical: 0;
|
|
9
|
+
$nav-logo-padding-horizontal: 14px;
|
|
10
|
+
|
|
11
|
+
$dropdown-container-border-radius: 3px;
|
|
12
|
+
$dropdown-container-box-shadow: 0 3px 10px 0 rgba(45,45,45,.125);
|
|
13
|
+
$dropdown-container-margin-top: 4px;
|
|
14
|
+
$dropdown-container-min-width: 192px;
|
|
15
|
+
$dropdown-container-item-padding-top: 10px;
|
|
16
|
+
$dropdown-container-item-padding-right: 30px;
|
|
17
|
+
$dropdown-container-item-padding-bottom: 10px;
|
|
18
|
+
$dropdown-container-item-padding-left: 10px;
|
|
19
|
+
$dropdown-container-item-font-size: 14px;
|
|
20
|
+
$dropdown-container-item-text-transform: capitalize;
|
|
21
|
+
|
|
22
|
+
$profile-img-width: 24px;
|
|
23
|
+
$profile-img-height: $profile-img-width;
|
|
24
|
+
$profile-img-margin-right: 10px;
|
|
25
|
+
$profile-img-border-radius: 2px;
|
|
26
|
+
|
|
27
|
+
$nav-icon-font-size: 22px;
|
|
28
|
+
$nav-icon-width: 52px;
|
|
29
|
+
$nav-icon-width-cart: auto;
|
|
30
|
+
|
|
31
|
+
$myapps-dropdown-app-tile-width: 83px;
|
|
32
|
+
$myapps-dropdown-app-tile-height: 82px;
|
|
33
|
+
$myapps-dropdown-app-padding: 10px;
|
|
34
|
+
$myapps-dropdown-app-radius: 3px;
|
|
35
|
+
$myapps-dropdown-app-margin-bottom: 5px;
|
|
36
|
+
$myapps-dropdown-app-font-size: 12px;
|
|
37
|
+
|
|
38
|
+
$myapps-dropdown-app-hover-border-color: #e0dfdf;
|
|
39
|
+
$myapps-dropdown-app-hover-border: 1px;
|
|
40
|
+
$myapps-dropdown-app-hover-border: $myapps-dropdown-app-hover-border solid #e0dfdf;
|
|
41
|
+
$myapps-dropdown-app-hover-padding: ($myapps-dropdown-app-padding - 1px);
|
|
42
|
+
|
|
43
|
+
$myapps-dropdown-app-img-container-height: 40px;
|
|
44
|
+
$myapps-dropdown-app-img-max-width: 80%;
|
|
45
|
+
$myapps-dropdown-app-img-max-height: $myapps-dropdown-app-img-max-width;
|
|
46
|
+
|
|
47
|
+
$myapps-dropdown-app-img-placeholder-font-size: 23px;
|
|
48
|
+
$myapps-dropdown-app-img-placeholder-color: #7a7a7a;
|
|
49
|
+
|
|
50
|
+
$myapps-dropdown-app-see-all-cta-bg: #f3f3f3;
|
|
51
|
+
$myapps-dropdown-app-see-all-cta-color: #737373;
|
|
52
|
+
$myapps-dropdown-app-see-all-cta-font-size: 14px;
|
|
53
|
+
$myapps-dropdown-app-see-all-cta-container-height: 40px;
|
|
54
|
+
$myapps-dropdown-app-see-all-cta-hover-bg: #efefef;
|
|
55
|
+
$myapps-dropdown-app-see-all-cta-hover-color: #575757;
|
|
56
|
+
|
|
57
|
+
$notifications-bg: #009abf;
|
|
58
|
+
$notifications-font-color: #ffffff;
|
|
59
|
+
$notifications-font-family: 'Helvetica Neue', Arial, sans-serif;
|
|
60
|
+
$notifications-cart-font-size: 11px;
|
|
61
|
+
$notifications-cart-font-weight: 500;
|
|
62
|
+
$notifications-cart-width: 17px;
|
|
63
|
+
$notifications-cart-height: 17px;
|
|
64
|
+
$notifications-font-size: 10px;
|
|
65
|
+
$notifications-font-weight: 600;
|
|
66
|
+
$notifications-min-width: 8px;
|
|
67
|
+
$notifications-height: 14px;
|
|
68
|
+
$notifications-border-radius: 3px;
|
|
69
|
+
$notifications-padding-horizontal: 3px;
|
|
70
|
+
$notifications-padding-vertical: 0;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'ad-icon-universal-header';
|
|
3
|
+
src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format('truetype');
|
|
4
|
+
font-weight: normal;
|
|
5
|
+
font-style: normal;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
[class^="ad-icon-"], [class*=" ad-icon-"],
|
|
9
|
+
.ad-component_dropdown .ad-component_dropdown--trigger:after {
|
|
10
|
+
// use !important to prevent issues with browser extensions that change fonts
|
|
11
|
+
font-family: 'ad-icon-universal-header' !important;
|
|
12
|
+
speak: none;
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-weight: normal;
|
|
15
|
+
font-variant: normal;
|
|
16
|
+
text-transform: none;
|
|
17
|
+
line-height: 1;
|
|
18
|
+
|
|
19
|
+
// Better Font Rendering
|
|
20
|
+
-webkit-font-smoothing: antialiased;
|
|
21
|
+
-moz-osx-font-smoothing: grayscale;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.ad-icon {
|
|
25
|
+
|
|
26
|
+
&-star:before {
|
|
27
|
+
content: "\e900";
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&-cart:before {
|
|
31
|
+
content: "\e901";
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&-add-to-cart:before {
|
|
35
|
+
content: "\e908";
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&-home:before {
|
|
39
|
+
content: "\e909";
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&-bar-graph:before {
|
|
43
|
+
content: "\e90a";
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&-group:before {
|
|
47
|
+
content: "\e90b";
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&-grid:before {
|
|
51
|
+
content: "\e90c";
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// ---------------------
|
|
2
|
+
// /!\ DO NOT MODIFY /!\
|
|
3
|
+
// ---------------------
|
|
4
|
+
// This is a default -> sass variable for the client-facing variables
|
|
5
|
+
// that can be modified in the styles tab of the theme customizer.
|
|
6
|
+
|
|
7
|
+
$headerNavBg: '${headerNavBg}';
|
|
8
|
+
$headerNavBorderColor: '${headerNavBorderColor}';
|
|
9
|
+
$headerNavItemBgHover: '${headerNavItemBgHover}';
|
|
10
|
+
$headerNavItemBgSelected: '${headerNavItemBgSelected}';
|
|
11
|
+
$headerNavFontColor: '${headerNavFontColor}';
|
|
12
|
+
$headerNavFontHoverColor: '${headerNavFontHoverColor}';
|
|
13
|
+
$headerNavFontSelectedColor: '${headerNavFontSelectedColor}';
|
|
14
|
+
$headerNavTooltipBg: '${headerNavTooltipBg}';
|
|
15
|
+
$headerNavTooltipFontColor: '${headerNavTooltipFontColor}';
|
|
16
|
+
$headerNavDropdownFontColor: '${headerNavDropdownFontColor}';
|
|
17
|
+
$headerNavDropdownBg: '${headerNavDropdownBg}';
|
|
18
|
+
$headerNavDropdownBorderColor: '${headerNavDropdownBorderColor}';
|
|
19
|
+
$headerNavDropdownBorderColorHover: '${headerNavDropdownBorderColorHover}';
|
|
20
|
+
$headerNavDropdownBgHover: '${headerNavDropdownBgHover}';
|
|
21
|
+
$headerNavDropdownFontColorHover: '${headerNavDropdownFontColorHover}';
|
|
22
|
+
$headerNavDropdownMarginRight: '${headerNavDropdownMarginRight}';
|
|
23
|
+
$logoImage: '${logoImage}';
|
|
24
|
+
$logoWidth: '${logoWidth}';
|