X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen.less;h=2736a1f4bd35691cee0cb5d8d2a7a8b41db8b75c;hp=243819725e8c1737f8c4dd0f414ff10f8068addc;hb=6edf003077fec1ebcc3dbdcf94f6ba04fa64a349;hpb=9c8ed63ab79a598b43a0e43768e851af9ce884f7 diff --git a/src/main/webapp/less/screen.less b/src/main/webapp/less/screen.less index 24381972..2736a1f4 100644 --- a/src/main/webapp/less/screen.less +++ b/src/main/webapp/less/screen.less @@ -1,34 +1,42 @@ +@import 'variables.less'; @import 'screen/head.less'; @import 'screen/menu.less'; @import 'screen/footer-sticky.less'; +@import 'screen/wip.less'; +@import 'screen/packs.less'; -@media (min-width: @minscreen) +@media (min-width: (@minscreen)) { @import 'screen/typo.less'; @import 'screen/layout.less'; @import 'screen/footer.less'; - @media (max-width: @maxtablet) + @media (max-width: (@maxtablet)) { @import 'tablet/typo.less'; @import 'tablet/layout.less'; @import 'tablet/menu.less'; + @import 'tablet/marginal.less'; @import 'tablet/footer.less'; } } -@media (min-width: @maxtablet + 1) +@media (min-width: (@mindesktop)) { @import 'screen/faux-column.less'; @import 'screen/marginal.less'; @import 'screen/content.less'; + @media (max-width: 1079px) + { + @import 'phone/packs.less'; + } } -@media (max-width: @maxtablet) +@media (max-width: (@maxtablet)) { @import 'tablet/head.less'; @import 'tablet/404.less'; } -@media (max-width: @maxphone) +@media (max-width: (@maxphone)) { @import 'phone/typo.less'; @import 'phone/layout.less'; @@ -39,7 +47,7 @@ @import 'phone/404.less'; } -@media (max-width: @maxtiny) +@media (max-width: (@maxtiny)) { @import 'tiny/layout.less'; @import 'tiny/404.less';