X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen.less;h=e07a7e0088e722fed0b0857e6f9185241691f43a;hp=c2c89852cd94d711c9446a0f0be824db0872524c;hb=12aae24ef4ad214414d89f0b2b8bdd7484847163;hpb=e3a5f3a574efde4117da8715eb1d293610d3a171 diff --git a/src/main/webapp/less/screen.less b/src/main/webapp/less/screen.less index c2c89852..e07a7e00 100644 --- a/src/main/webapp/less/screen.less +++ b/src/main/webapp/less/screen.less @@ -1,41 +1,53 @@ +@import 'variables.less'; @import 'screen/head.less'; -@import 'screen/navigation-submenu.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/head.less'; - @import 'screen/navigation.less'; - @import 'screen/navigation-submenu.less'; - @import 'screen/marginal.less'; @import 'screen/footer.less'; - @import 'screen/footer-sticky.less'; - @media (max-width: @maxtablet) + @media (max-width: (@maxtablet)) { @import 'tablet/typo.less'; @import 'tablet/layout.less'; - @import 'tablet/navigation.less'; + @import 'tablet/menu.less'; @import 'tablet/footer.less'; } } +@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'; @import 'phone/head.less'; - @import 'phone/navigation.less'; + @import 'phone/menu.less'; @import 'phone/footer.less'; + @import 'phone/packs.less'; + @import 'phone/404.less'; } -@media (max-width: @maxtiny) +@media (max-width: (@maxtiny)) { @import 'tiny/layout.less'; + @import 'tiny/404.less'; }