"Modernized" Privacy Policy.

This commit is contained in:
2018-10-31 21:34:08 +11:00
parent e9434c69b6
commit 2a8bcd266e
3 changed files with 2 additions and 2 deletions

View File

@ -30,6 +30,8 @@ import { BodySection, ClearSection } from '@components/section/Section';
import { Title } from '@objects/typography/Typography';
import Styles from './PrivacyPolicyPage.scss';
export default withLanguage(props => {
let { lang } = props;
return (

View File

@ -0,0 +1,12 @@
/*
* Privacy Policy Page
* Contains the limited styles used on the privacy policy page.
*
* Dependencies:
*
* Version:
* 1.0.0 - 28/06/2018
*/
.p-privacy-policy {
background: #F7EFE2;
}