diff --git a/git_info.json b/git_info.json index c18e197..cc7c2e3 100644 --- a/git_info.json +++ b/git_info.json @@ -1 +1 @@ -{"branch_name":"beta","last_commit_date":"2022-01-20T09:38:46.000Z","last_commit_author":"rakesh","last_commit_hash":"ad63d7d012c005f4fd033a9432f7feb1494fbf8e"} \ No newline at end of file +{"branch_name":"beta","last_commit_date":"2022-01-24T07:20:19.000Z","last_commit_author":"rakesh","last_commit_hash":"aa8e69ef45c86de9ea029d1aaa3db3c67a80dbcb"} \ No newline at end of file diff --git a/src/components/retailer/layout/header/Header.scss b/src/components/retailer/layout/header/Header.scss index 6788d12..8551e85 100644 --- a/src/components/retailer/layout/header/Header.scss +++ b/src/components/retailer/layout/header/Header.scss @@ -104,7 +104,7 @@ margin-bottom: 0px !important; .me-header-search-field .theme--dark.v-label { color:#1d1d1d; } -/*.v-menu__content,.v-list{ +.v-menu__content.me-header-user-menu{ border-radius: 0px !important; top: 64px !important; -}*/ +} diff --git a/src/components/retailer/layout/header/Header.vue b/src/components/retailer/layout/header/Header.vue index b672553..0295ff0 100644 --- a/src/components/retailer/layout/header/Header.vue +++ b/src/components/retailer/layout/header/Header.vue @@ -83,7 +83,7 @@ mdi-shopping-outline -->
- + - + import( /* webpackChunkName: "Resources/Personalized Products & Ordering" */'@/routes/retailer/personalized_albums.vue'), + meta: { + "canonical": true, + breadcrumb: { + label: 'Personalized Albums Page' , + }, + } + }, + { + path: 'marketing-collateral', + name: 'MarketingCollateral', + component: () => import( /* webpackChunkName: "Resources/Marketing Tools & Promotions" */'@/routes/retailer/marketing_collateral.vue'), + meta: { + "canonical": true, + breadcrumb: { + label: 'Marketing Collateral Page' , + }, + } + }, + { + path: 'promotions', + name: 'Promotions', + component: () => import( /* webpackChunkName: "Resources/Marketing Tools & Promotions" */'@/routes/retailer/promotions.vue'), + meta: { + "canonical": true, + breadcrumb: { + label: 'Promotions Page' , + }, + } + }, + { + path: 'imagery-logos', + name: 'ImageryLogos', + component: () => import( /* webpackChunkName: "Resources/Marketing Tools & Promotions" */'@/routes/retailer/imagery_logos.vue'), + meta: { + "canonical": true, + breadcrumb: { + label: 'Imagery Logos Page' , + }, + } + }, + { + path: 'service-levels', + name: 'ServiceLevels', + component: () => import( /* webpackChunkName: "Resources/Retailer Communications" */'@/routes/retailer/service_levels.vue'), + meta: { + "canonical": true, + breadcrumb: { + label: 'Service Levels Page' , + }, + } + }, ] }, diff --git a/src/routes/retailer/boxed-products-ordering.vue b/src/routes/retailer/boxed-products-ordering.vue index aec8d99..1b1b7d3 100644 --- a/src/routes/retailer/boxed-products-ordering.vue +++ b/src/routes/retailer/boxed-products-ordering.vue @@ -5,12 +5,17 @@
2021 Boxed Catalog
@@ -18,11 +23,16 @@
-
+
-
+
- + +
-
+
export default { name: "BoxedProductsOrdering", - methods:{ + methods: { goToLink(pageLink) { // window.location.replace(pageLink); //} else { window.open(pageLink, "_blank"); //} }, - } + }, }; diff --git a/src/routes/retailer/imagery_logos.scss b/src/routes/retailer/imagery_logos.scss new file mode 100644 index 0000000..a042041 --- /dev/null +++ b/src/routes/retailer/imagery_logos.scss @@ -0,0 +1,13 @@ +.subheading{ + border-bottom: 1px solid #111 ; + + display: inline; + transition: all 0.1s ease-in-out; +} +.subheading:hover{ + border-bottom: 1px solid #2c05da ; + +} +.padding-space{ + padding: 5px 0px 0px 0px; +} diff --git a/src/routes/retailer/imagery_logos.vue b/src/routes/retailer/imagery_logos.vue new file mode 100644 index 0000000..4a4df04 --- /dev/null +++ b/src/routes/retailer/imagery_logos.vue @@ -0,0 +1,338 @@ + + + +