Update styles/_variables.scss, styles/website.scss files
This commit is contained in:
parent
2274086054
commit
9b2f485586
2 changed files with 17 additions and 5 deletions
|
@ -17,7 +17,7 @@ $path-font-awesome : "./gitbook/fonts/fontawesome" !default;
|
||||||
|
|
||||||
// ### Brand colors
|
// ### Brand colors
|
||||||
// The primary accent color
|
// The primary accent color
|
||||||
$color-primary : #128bee;//#ff4f4f !default;
|
$color-primary : #ff4f4f !default;
|
||||||
|
|
||||||
|
|
||||||
// ### Gray colors
|
// ### Gray colors
|
||||||
|
@ -32,7 +32,7 @@ $color-gray-lightest : darken( white, 5% ) !default;
|
||||||
|
|
||||||
// ### Graphic colors
|
// ### Graphic colors
|
||||||
// The color of borders
|
// The color of borders
|
||||||
$color-border : #555; //$color-gray-lightest !default;
|
$color-border : $color-gray-lightest !default;
|
||||||
// The text color of buttons
|
// The text color of buttons
|
||||||
$color-button : $color-gray-lighter;
|
$color-button : $color-gray-lighter;
|
||||||
// The text color of buttons on hover
|
// The text color of buttons on hover
|
||||||
|
|
|
@ -1,5 +1,17 @@
|
||||||
@import "variables";
|
@import "variables";
|
||||||
@import "all";
|
|
||||||
|
|
||||||
|
$sidebar-background : #555;
|
||||||
|
$sidebar-color : white;
|
||||||
$color-primary : #128bee;
|
$color-primary : #128bee;
|
||||||
$color-border : #555;
|
|
||||||
|
$sidebar-logo-map : (
|
||||||
|
background: #1694CA,
|
||||||
|
border-bottom: 1px solid $color-border
|
||||||
|
) !default;
|
||||||
|
|
||||||
|
// The wrapper div around the search input
|
||||||
|
$search-input-wrapper-map : (
|
||||||
|
background: #1694CA,
|
||||||
|
border-bottom: 1px solid $color-border
|
||||||
|
) !default;
|
||||||
|
@import "all";
|
Loading…
Reference in a new issue