You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/Styles/Variables/dimensions.js

46 lines
943 B

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',
// Artist
artistIndexColumnPadding: '20px',
artistIndexColumnPaddingSmallScreen: '10px',
artistIndexOverviewInfoRowHeight: '21px'
};