summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/variables.less
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-07 01:03:35 -0700
committerSamy Pessé <samypesse@gmail.com>2014-04-07 01:03:35 -0700
commit9670f564d9ff3b285ab1b6bd809a3a0c7150f9b4 (patch)
treefc63f0e7376cf27f7289570b501d1ae28bc443ff /theme/stylesheets/variables.less
parentb541df2b936d4beeeb5b612451634be9c0f98eee (diff)
downloadgitbook-9670f564d9ff3b285ab1b6bd809a3a0c7150f9b4.zip
gitbook-9670f564d9ff3b285ab1b6bd809a3a0c7150f9b4.tar.gz
gitbook-9670f564d9ff3b285ab1b6bd809a3a0c7150f9b4.tar.bz2
Improve new navigation on mobile
Diffstat (limited to 'theme/stylesheets/variables.less')
-rw-r--r--theme/stylesheets/variables.less13
1 files changed, 2 insertions, 11 deletions
diff --git a/theme/stylesheets/variables.less b/theme/stylesheets/variables.less
index 4cb9e56..c8ce271 100644
--- a/theme/stylesheets/variables.less
+++ b/theme/stylesheets/variables.less
@@ -1,11 +1,9 @@
/* Base static */
@staticPath: "./";
-/* Colors */
-@codeboxMainColor: #F16956; /* red */
-@codeboxMainColorDarker: darken(@codeboxMainColor, 15%);
+// Sizes
+@mobileMaxWidth: 1240px;
-@codeboxMainColor2: #353D48;
// Basics of a navbar
@navbar-height: 50px;
@@ -22,13 +20,6 @@
@navbar-default-brand-hover-color: @navbar-default-link-color;
@navbar-default-brand-hover-bg: transparent;
-// Navbar toggle
-@navbar-default-toggle-hover-bg: #fff;
-@navbar-default-toggle-icon-bar-bg: @codeboxMainColorDarker;
-@navbar-default-toggle-border-color: @codeboxMainColorDarker;
-@navbar-default-link-active-color: @codeboxMainColor;
-@navbar-default-link-active-bg: #fff;
-
@border-radius-base: 1px;
@border-radius-large: 3px;
@border-radius-small: 1px;