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;
|
|
|
|
|
2018-12-13 16:16:08 +01:00
|
|
|
$color-button : white;
|
|
|
|
|
2018-12-13 16:04:28 +01:00
|
|
|
$sidebar-logo-map : (
|
2018-12-13 16:24:14 +01:00
|
|
|
background: white,
|
2018-12-13 16:16:08 +01:00
|
|
|
border-bottom: 1px solid #1694CA
|
2018-12-13 16:20:44 +01:00
|
|
|
);
|
2018-12-13 16:16:08 +01:00
|
|
|
|
|
|
|
$search-input-map : (
|
|
|
|
background: transparent,
|
|
|
|
border: 1px solid transparent,
|
|
|
|
padding: $sidebar-padding-unit 0
|
2018-12-13 16:20:44 +01:00
|
|
|
);
|
2018-12-13 16:04:28 +01:00
|
|
|
|
|
|
|
// The wrapper div around the search input
|
|
|
|
$search-input-wrapper-map : (
|
|
|
|
background: #1694CA,
|
2018-12-13 16:16:08 +01:00
|
|
|
border-bottom: 1px solid #1694CA
|
2018-12-13 16:20:44 +01:00
|
|
|
);
|
2018-12-13 16:04:28 +01:00
|
|
|
@import "all";
|