Update styles/website.scss
This commit is contained in:
parent
3941cc5025
commit
990307a022
1 changed files with 3 additions and 3 deletions
|
@ -9,17 +9,17 @@ $color-button : white;
|
||||||
$sidebar-logo-map : (
|
$sidebar-logo-map : (
|
||||||
background: white
|
background: white
|
||||||
border-bottom: 1px solid #1694CA
|
border-bottom: 1px solid #1694CA
|
||||||
) !default;
|
);
|
||||||
|
|
||||||
$search-input-map : (
|
$search-input-map : (
|
||||||
background: transparent,
|
background: transparent,
|
||||||
border: 1px solid transparent,
|
border: 1px solid transparent,
|
||||||
padding: $sidebar-padding-unit 0
|
padding: $sidebar-padding-unit 0
|
||||||
) !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 #1694CA
|
border-bottom: 1px solid #1694CA
|
||||||
) !default;
|
);
|
||||||
@import "all";
|
@import "all";
|
Loading…
Reference in a new issue