Browse Source

Mark legacy grid variables

flex-list
jlukic 9 years ago
parent
commit
aea4341e1d
1 changed files with 34 additions and 27 deletions
  1. 61
      src/themes/default/collections/grid.variables

61
src/themes/default/collections/grid.variables

@ -22,35 +22,12 @@
@tableWidth: ~"calc(100% + "@gutterWidth~")";
@columnMaxImageWidth: 100%;
@consecutiveGridDistance: (@rowSpacing / 2);
/*******************************
Variations
*******************************/
/*--------------
Page
---------------*/
/* Column Gutters */
@mobileWidth: auto;
@mobileMargin: 0em;
@mobileGutter: 0em;
@tabletWidth: auto;
@tabletMargin: 0em;
@tabletGutter: 2em;
@computerWidth: auto;
@computerMargin: 0em;
@computerGutter: 3%;
@largeMonitorWidth: auto;
@largeMonitorMargin: 0em;
@largeMonitorGutter: 15%;
@widescreenMonitorWidth: auto;
@widescreenMargin: 0em;
@widescreenMonitorGutter: 23%;
/*--------------
Relaxed
---------------*/
@ -76,8 +53,8 @@
@celledWidth: 1px;
@celledBorderColor: @solidBorderColor;
@celledPadding: 0.75em;
@celledRelaxedPadding: 1em;
@celledPadding: 1em;
@celledRelaxedPadding: 1.5em;
@celledVeryRelaxedPadding: 2em;
/*--------------
@ -89,3 +66,33 @@
@stackableMobileBorder: 1px solid @borderColor;
@stackableInvertedMobileBorder: 1px solid @whiteBorderColor;
/*******************************
Legacy
*******************************/
/*--------------
Page
---------------*/
/* Legacy (DO NOT USE)
*/
@mobileWidth: auto;
@mobileMargin: 0em;
@mobileGutter: 0em;
@tabletWidth: auto;
@tabletMargin: 0em;
@tabletGutter: 2em;
@computerWidth: auto;
@computerMargin: 0em;
@computerGutter: 3%;
@largeMonitorWidth: auto;
@largeMonitorMargin: 0em;
@largeMonitorGutter: 15%;
@widescreenMonitorWidth: auto;
@widescreenMargin: 0em;
@widescreenMonitorGutter: 23%;
Loading…
Cancel
Save