From 8144cb955a7e72cbfef51a55e808ebd8b5b5c427 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 13 Dec 2017 11:37:07 +0100 Subject: [PATCH] done #1490 @0.5 --- style/variables.less | 12 ------------ 1 file changed, 12 deletions(-) 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 -- 2.39.5