]> _ Git - fluidbook-html5.git/commitdiff
done #1490 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 13 Dec 2017 10:37:07 +0000 (11:37 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 13 Dec 2017 10:37:07 +0000 (11:37 +0100)
style/variables.less

index 6fcd864bbcbd659d5436298c1321cf05c9ac8bc8..c3e2e461bbf7aa81eedb351e6f10851e2232fdac 100644 (file)
@@ -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