diff --git a/git_info.json b/git_info.json index 6149ab0..e225f17 100644 --- a/git_info.json +++ b/git_info.json @@ -1 +1 @@ -{"branch_name":"dev","last_commit_date":"2022-01-21T06:11:48.000Z","last_commit_author":"anju j","last_commit_hash":"ec3b6b80d10917d37b10d953d1161fe29d92ad68"} \ No newline at end of file +{"branch_name":"dev","last_commit_date":"2022-01-21T13:29:42.000Z","last_commit_author":"anju j","last_commit_hash":"d591bed396605f13abb77e04afddb234544fa5ca"} \ 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 ce6d8fe..8551e85 100644 --- a/src/components/retailer/layout/header/Header.scss +++ b/src/components/retailer/layout/header/Header.scss @@ -104,8 +104,7 @@ margin-bottom: 0px !important; .me-header-search-field .theme--dark.v-label { color:#1d1d1d; } -.v-menu__content,.v-list .me-header-user-menu-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 d1494cd..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/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/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 @@ + + + +