test/styles/website.scss

25 lines
949 B
SCSS
Raw Normal View History

2018-12-13 14:35:46 +01:00
@import "variables";
2018-12-13 15:38:53 +01:00
$sidebar-background : #555;
$sidebar-color : white;
$color-primary : #128bee;
$color-button : white;
$sidebar-logo-map : (
background: white
border-bottom: 1px solid #1694CA
) !default;
$search-input-map : (
background: transparent,
border: 1px solid transparent,
padding: $sidebar-padding-unit 0
) !default;
// The wrapper div around the search input
$search-input-wrapper-map : (
background: #1694CA,
border-bottom: 1px solid #1694CA
) !default;
@import "all";