X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fvariables.less;h=cae170ca2177e8018cfa741d406d87bca77b1bd4;hb=40f9a579c5324f56a938e262fe8c708228cf6c83;hp=915003db2b6d1867b7f6e010fc38383ca5a2797b;hpb=78ee3ab05e409a12e30e6f439560ce279d669b40;p=website diff --git a/src/main/webapp/less/variables.less b/src/main/webapp/less/variables.less index 915003db..cae170ca 100644 --- a/src/main/webapp/less/variables.less +++ b/src/main/webapp/less/variables.less @@ -9,8 +9,24 @@ @sehrhell: #CEF7C8; @schrift: #000; +@schrifthell: tint(@schrift, 45%); + @hintergrund: #FFF; +@fehler: #e60000; +@fehlerhell: tint(@fehler, 70%); + + +/** Bildschirmbreiten für Media-Query */ + +@minscreen: 580px; +@mindesktop: 940px; +@maxtablet: @mindesktop - 1; +@maxsmalltablet: 800px; +@maxsmallertablet: 700px; +@maxphone: 579px; +@minphone: 300px; +@maxtiny: 299px; /** Schriften */