-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CHEF-6090 CHEF-6096 CHEF-6105] Privacy policy, Cookie policy, Logo a…
…nd Favicon changes (#3186) * add cookie policy in application layout Signed-off-by: ayush-billore <[email protected]> * add onetrust and gtm script Signed-off-by: ayush-billore <[email protected]> * remove gtag changes for testing Signed-off-by: ayush-billore <[email protected]> * keep gtag and gtm both, pass GTM id from env Signed-off-by: ayush-billore <[email protected]> * update supermarket logo Signed-off-by: ayush-billore <[email protected]> * add favicon Signed-off-by: ayush-billore <[email protected]> * update conditional for google tag manager script insertion Signed-off-by: ayush-billore <[email protected]> * add feature flag changes Signed-off-by: ayush-billore <[email protected]> * add cookie policy, privacy policy, logo and favicon changes Signed-off-by: ayush-billore <[email protected]> --------- Signed-off-by: ayush-billore <[email protected]>
- Loading branch information
1 parent
7ada2c5
commit 1874cac
Showing
7 changed files
with
83 additions
and
41 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 80 additions & 0 deletions
80
src/supermarket/app/assets/images/supermarket-chef-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@import "variables"; | ||
$search_bar_background: $primary_blue; | ||
$appheader_logo_svg: 'logo-supermarket.svg'; | ||
$appheader_logo_png: 'logo-supermarket.png'; | ||
$appheader_logo_svg: 'supermarket-chef-logo.svg'; | ||
$appheader_logo_png: 'supermarket-chef-logo.png'; | ||
$search_input_bg_color: darken($primary_blue, 7%); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters