mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-17 16:15:22 +00:00
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
/* Base static */
|
|
@staticPath: "./";
|
|
|
|
/* Colors */
|
|
@codeboxMainColor: #F16956; /* red */
|
|
@codeboxMainColorDarker: darken(@codeboxMainColor, 15%);
|
|
|
|
@codeboxMainColor2: #353D48;
|
|
|
|
// Basics of a navbar
|
|
@navbar-height: 50px;
|
|
@navbar-margin-bottom: @line-height-computed;
|
|
@navbar-default-border: #d5d5d5;
|
|
@navbar-border-radius: 0px;
|
|
@navbar-padding-horizontal: floor(@grid-gutter-width / 2);
|
|
@navbar-padding-vertical: ((@navbar-height - @line-height-computed) / 2);
|
|
|
|
// Navbar brand label
|
|
@navbar-default-color: #333;
|
|
@navbar-default-link-color: #333;
|
|
@navbar-default-brand-color: @navbar-default-link-color;
|
|
@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;
|
|
|
|
/* Fonts */
|
|
@font-family-base: 'appNormal';
|
|
|
|
|
|
/* Fonts */
|
|
@FontPath: '@{staticPath}/fonts';
|
|
@fa-font-path: "@{FontPath}/fontawesome";
|