test/styles/website.scss

17 lines
632 B
SCSS

@import "variables";
$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";