mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-18 12:07:47 +00:00
Hyperlinks to legalese such as Privacy Policy and Terms of Service
This commit is contained in:
15
react/features/base/styles/components/styles/BoxModel.js
Normal file
15
react/features/base/styles/components/styles/BoxModel.js
Normal 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
|
||||
};
|
||||
Reference in New Issue
Block a user