From b8d814e203a7b809326fda4eacd3accf4f6ac074 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Wed, 31 Oct 2018 21:46:58 +1100 Subject: [PATCH] Styled the background on the privacy policy page. --- public/components/page/Page.scss | 2 +- public/language/policy-english.jsx | 9 +++------ public/pages/legal/privacy/PrivacyPolicyPage.jsx | 9 +++++++-- public/pages/legal/privacy/PrivacyPolicyPage.scss | 1 - 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/public/components/page/Page.scss b/public/components/page/Page.scss index 6c31d42..65badcf 100644 --- a/public/components/page/Page.scss +++ b/public/components/page/Page.scss @@ -33,7 +33,7 @@ &__background { position: absolute; - z-index: 0; + z-index: -1; width: 100%; height: 100%; object-fit: cover; diff --git a/public/language/policy-english.jsx b/public/language/policy-english.jsx index c4d6d44..540fcd1 100644 --- a/public/language/policy-english.jsx +++ b/public/language/policy-english.jsx @@ -29,8 +29,7 @@ export default() => {

Effective date: June 27, 2018

- domsPlace ("us", "we", or "our") operates the - + domsPlace ("us", "we", or "our") operates the https://domsplace.com website (the "Service"). @@ -47,8 +46,7 @@ export default() => { Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in - our Terms and Conditions, accessible from - + our Terms and Conditions, accessible from https://domsplace.com

@@ -153,8 +151,7 @@ export default() => {

Google Analytics

Google Analytics is a web analytics service offered by Google that tracks and reports website traffic. Google uses the data collected to track and monitor the use of our Service. This data is shared with other Google services. Google may use the collected data to contextualize and personalize the ads of its own advertising network.

You can opt-out of having made your activity on the Service available to Google Analytics by installing the Google Analytics opt-out browser add-on. The add-on prevents the Google Analytics JavaScript (ga.js, analytics.js, and dc.js) from sharing information with Google Analytics about visits activity.

-

For more information on the privacy practices of Google, please visit the Google Privacy & Terms web page: - https://policies.google.com/privacy?hl=en +

For more information on the privacy practices of Google, please visit the Google Privacy & Terms web page: https://policies.google.com/privacy?hl=en

diff --git a/public/pages/legal/privacy/PrivacyPolicyPage.jsx b/public/pages/legal/privacy/PrivacyPolicyPage.jsx index 8a709f8..ac65a69 100644 --- a/public/pages/legal/privacy/PrivacyPolicyPage.jsx +++ b/public/pages/legal/privacy/PrivacyPolicyPage.jsx @@ -35,15 +35,20 @@ import Styles from './PrivacyPolicyPage.scss'; export default withLanguage(props => { let { lang } = props; return ( - + { lang.pages.privacy.heading } { lang.pages.privacy.policy } - + ); }); diff --git a/public/pages/legal/privacy/PrivacyPolicyPage.scss b/public/pages/legal/privacy/PrivacyPolicyPage.scss index cfb583d..da9a17f 100644 --- a/public/pages/legal/privacy/PrivacyPolicyPage.scss +++ b/public/pages/legal/privacy/PrivacyPolicyPage.scss @@ -8,5 +8,4 @@ * 1.0.0 - 28/06/2018 */ .p-privacy-policy { - background: #F7EFE2; }