test/styles/website.scss

25 lines
894 B
SCSS

@import "variables";
$sidebar-background : #555;
$sidebar-color : white;
$color-primary : #128bee;
$sidebar-font-size : 1.1em !default;
$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";