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 : (
|
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
|
|
|
|
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:53:25 +01:00
|
|
|
|
|
|
|
// Sidebar link styling
|
|
|
|
$sidebar-link-map : (
|
|
|
|
color: white,
|
|
|
|
font-family: $font-family-base
|
|
|
|
) !default;
|
2018-12-13 16:04:28 +01:00
|
|
|
@import "all";
|