diff --git a/styles/website.scss b/styles/website.scss index b11a722..86b7fb9 100644 --- a/styles/website.scss +++ b/styles/website.scss @@ -4,14 +4,22 @@ $sidebar-background : #555; $sidebar-color : white; $color-primary : #128bee; +$color-button : white; + $sidebar-logo-map : ( - background: #1694CA, - border-bottom: 1px solid $color-border + 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 $color-border + border-bottom: 1px solid #1694CA ) !default; @import "all"; \ No newline at end of file diff --git a/styles/website/_search.scss b/styles/website/_search.scss index 1c4d3f4..a35a7de 100644 --- a/styles/website/_search.scss +++ b/styles/website/_search.scss @@ -44,6 +44,7 @@ $search-results-item-blurb-map : () !default; width: 100%; box-shadow: none; outline: none; + color: white; @include print( $search-input-map ); }