Skip to content

Commit

Permalink
fix: search icon header component alignment [fixes #726]
Browse files Browse the repository at this point in the history
  • Loading branch information
abaicus committed Sep 9, 2019
1 parent ee6ae3e commit b72a8da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion assets/scss/main/_neve-icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
fill: currentColor;
}
.nv-search {
width: 15px;
display: flex;
}
.cart-icon-wrapper {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ $component-alignments: (
@each $alignment, $flex-setting in $component-alignments {
.hfg-item-#{$alignment} {
text-align: #{$alignment};
#secondary-menu, .nv-nav-wrap, .component-wrap, .site-logo {

#secondary-menu, .nv-nav-wrap, .component-wrap, .site-logo, .nv-search-icon-component .nv-search {
justify-content: $flex-setting;
}
}
Expand Down
7 changes: 3 additions & 4 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style.min.css

Large diffs are not rendered by default.

0 comments on commit b72a8da

Please sign in to comment.