17 lines
No EOL
632 B
SCSS
17 lines
No EOL
632 B
SCSS
@import "variables";
|
|
|
|
$sidebar-background : #555;
|
|
$sidebar-color : white;
|
|
$color-primary : #128bee;
|
|
|
|
$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"; |