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.
 
 
 

34 lines
659 B

/*******************************
Container
*******************************/
/*-------------------
Element
--------------------*/
@maxWidth: 100%;
/* Devices */
@mobileWidth: auto;
@tabletWidth: 752px;
@smallComputerWidth: 960px;
@largeComputerWidth: 1200px;
@mobileGutter: 1em;
@tabletGutter: auto;
@smallComputerGutter: auto;
@largeComputerGutter: auto;
/* Adjust breakpoints to match fixed width */
@smallComputerBreakpoint: 988px;
@largeComputerBreakpoint: 1228px;
/*-------------------
Types
--------------------*/
/* Text */
@textWidth: 700px;
@textFontFamily: @pageFont;
@textLineHeight: 1.5;
@textParagraphSize: @large;