2018-12-13 14:35:46 +01:00
|
|
|
@import "variables";
|
2018-12-13 15:38:53 +01:00
|
|
|
|
2018-12-13 16:04:28 +01:00
|
|
|
$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";
|