template basis structure

This commit is contained in:
Jana Deutschländer 2016-12-19 17:15:27 +01:00
commit 42f8e89c3c
10 changed files with 135 additions and 11 deletions

View file

@ -36,6 +36,9 @@
@break-min-xlg: 1440;
@break-max-xlg: (@break-min-xlg - 1);
@break-min-xxlg: 1600;
@break-max-xxlg: (@break-min-xlg - 1);
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* media queries for breakpoints */
@ -59,6 +62,9 @@
@screen_min-xlg: ~"only screen and (min-width: " ~"@{break-min-xlg}px)";
@screen_max-xlg: ~"only screen and (max-width: " ~"@{break-max-xlg}px)";
@screen_min-xxlg: ~"only screen and (min-width: " ~"@{break-min-xxlg}px)";
@screen_max-xxlg: ~"only screen and (max-width: " ~"@{break-max-xxlg}px)";
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* col width */