Update styles/website.scss, styles/website/_search.scss files
This commit is contained in:
parent
9b2f485586
commit
3941cc5025
2 changed files with 12 additions and 3 deletions
|
@ -4,14 +4,22 @@ $sidebar-background : #555;
|
||||||
$sidebar-color : white;
|
$sidebar-color : white;
|
||||||
$color-primary : #128bee;
|
$color-primary : #128bee;
|
||||||
|
|
||||||
|
$color-button : white;
|
||||||
|
|
||||||
$sidebar-logo-map : (
|
$sidebar-logo-map : (
|
||||||
background: #1694CA,
|
background: white
|
||||||
border-bottom: 1px solid $color-border
|
border-bottom: 1px solid #1694CA
|
||||||
|
) !default;
|
||||||
|
|
||||||
|
$search-input-map : (
|
||||||
|
background: transparent,
|
||||||
|
border: 1px solid transparent,
|
||||||
|
padding: $sidebar-padding-unit 0
|
||||||
) !default;
|
) !default;
|
||||||
|
|
||||||
// The wrapper div around the search input
|
// The wrapper div around the search input
|
||||||
$search-input-wrapper-map : (
|
$search-input-wrapper-map : (
|
||||||
background: #1694CA,
|
background: #1694CA,
|
||||||
border-bottom: 1px solid $color-border
|
border-bottom: 1px solid #1694CA
|
||||||
) !default;
|
) !default;
|
||||||
@import "all";
|
@import "all";
|
|
@ -44,6 +44,7 @@ $search-results-item-blurb-map : () !default;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
color: white;
|
||||||
|
|
||||||
@include print( $search-input-map );
|
@include print( $search-input-map );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue