From: Vincent Vanwaelscappel Date: Wed, 13 Dec 2017 10:37:07 +0000 (+0100) Subject: done #1490 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=8144cb955a7e72cbfef51a55e808ebd8b5b5c427;p=fluidbook-html5.git done #1490 @0.5 --- diff --git a/style/variables.less b/style/variables.less index 6fcd864b..c3e2e461 100644 --- a/style/variables.less +++ b/style/variables.less @@ -1,14 +1,2 @@ @import "book-variables"; - -@max: 45; - -// menu-breakpoint is now a book parameter and is dynamically added to book-variables.less by the compiler writeCSS() -//@menu-breakpoint: 1080px; - -@menu-background-green: max(@max, min(255-@max, green(@menu-background))); -@menu-background-red: max(@max, min(255-@max, red(@menu-background))); -@menu-background-blue: max(@max, min(255-@max, blue(@menu-background))); - -@menu-button-background: overlay(rgb(@menu-background-red, @menu-background-green, @menu-background-blue), #c0c0c0); - @font: 'Open Sans', Arial, Helvetica, sans-serif; \ No newline at end of file