diff --git a/styles/website.scss b/styles/website.scss index 86b7fb9..28ab53f 100644 --- a/styles/website.scss +++ b/styles/website.scss @@ -9,17 +9,17 @@ $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"; \ No newline at end of file