Initial Commit Rework

This commit is contained in:
Qstick
2017-09-03 22:20:56 -04:00
parent 74a4cc048c
commit 95051cbd63
2483 changed files with 101351 additions and 111396 deletions
@@ -0,0 +1,43 @@
module.exports = {
// Page
pageContentBodyPadding: '20px',
pageContentBodyPaddingSmallScreen: '10px',
// Header
headerHeight: '60px',
// Sidebar
sidebarWidth: '210px',
// Toolbar
toolbarHeight: '60px',
toolbarButtonWidth: '60px',
toolbarSeparatorMargin: '20px',
// Break Points
breakpointExtraSmall: '480px',
breakpointSmall: '768px',
breakpointMedium: '992px',
breakpointLarge: '1200px',
// Form
formGroupSmallWidth: '650px',
formGroupMediumWidth: '800px',
formGroupLargeWidth: '1200px',
formLabelWidth: '250px',
formLabelRightMarginWidth: '20px',
// Drag
dragHandleWidth: '40px',
// Progress Bar
progressBarSmallHeight: '5px',
progressBarMediumHeight: '15px',
progressBarLargeHeight: '20px',
// Jump Bar
jumpBarItemHeight: '25px'
// Series
};