X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen.less;h=1b6a0310d07a3498d35b59fe294ccaf894fed538;hp=29f8e788534f460f2d2355fbec29e2a4be7cf7a7;hb=292ac623176fa0579d3c81bfb3fc459eb9327f4e;hpb=58b35732c61d7d93b17723990f3c1f580bb92231 diff --git a/src/main/webapp/less/screen.less b/src/main/webapp/less/screen.less index 29f8e788..1b6a0310 100644 --- a/src/main/webapp/less/screen.less +++ b/src/main/webapp/less/screen.less @@ -1,15 +1,13 @@ @import 'screen/head.less'; @import 'screen/menu.less'; @import 'screen/footer-sticky.less'; +@import 'screen/wip.less'; @media (min-width: @minscreen) { @import 'screen/typo.less'; @import 'screen/layout.less'; - @import 'screen/head.less'; - @import 'screen/marginal.less'; @import 'screen/footer.less'; - @import 'screen/footer-sticky.less'; @media (max-width: @maxtablet) { @import 'tablet/typo.less'; @@ -21,6 +19,8 @@ @media (min-width: @maxtablet + 1) { @import 'screen/faux-column.less'; + @import 'screen/marginal.less'; + @import 'screen/content.less'; } @media (max-width: @maxtablet) @@ -36,6 +36,7 @@ @import 'phone/head.less'; @import 'phone/menu.less'; @import 'phone/footer.less'; + @import 'phone/packs.less'; @import 'phone/404.less'; }