Hyperlinks to legalese such as Privacy Policy and Terms of Service

This commit is contained in:
Lyubomir Marinov
2016-11-29 14:04:56 -06:00
parent 841050953f
commit 1f457dfca5
11 changed files with 261 additions and 88 deletions

View File

@@ -0,0 +1,15 @@
/**
* The application's default properties related to the CSS box model such as
* margins, borders, padding.
*/
export const BoxModel = {
/**
* The application's default margin when non-zero margin is necessary.
*/
margin: 10,
/**
* The application's default padding when non-zero padding is necessary.
*/
padding: 10
};