23 lines
No EOL
839 B
SCSS
23 lines
No EOL
839 B
SCSS
@import "variables";
|
|
|
|
$sidebar-background : #555;
|
|
$sidebar-color : white;
|
|
$color-primary : #128bee;
|
|
|
|
$sidebar-logo-map : (
|
|
background: white,
|
|
border-bottom: 1px solid #1694CA
|
|
);
|
|
|
|
// The wrapper div around the search input
|
|
$search-input-wrapper-map : (
|
|
background: #1694CA,
|
|
border-bottom: 1px solid #1694CA
|
|
);
|
|
|
|
// Sidebar link styling
|
|
$sidebar-link-map : (
|
|
color: white,
|
|
font-family: $font-family-base
|
|
) !default;
|
|
@import "all"; |