Skip to content

Commit

Permalink
Merge pull request #738 from abaicus/#726
Browse files Browse the repository at this point in the history
fix: search icon header component alignment
  • Loading branch information
selul authored Sep 9, 2019
2 parents 21e3ef4 + be5ab51 commit bb313e4
Show file tree
Hide file tree
Showing 4 changed files with 5 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.

1 change: 0 additions & 1 deletion style.min.css

Large diffs are not rendered by default.

0 comments on commit bb313e4

Please sign in to comment.