Skip to content

Commit

Permalink
fixed icon color variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlasa authored Jul 12, 2018
1 parent e0bd487 commit 15f6269
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
@_icon-font-size: 22px,
@_icon-font-line-height: 28px,
@_icon-font-margin: 0 @indent__s 0 0,
@_icon-font-color: @minicart-icons-color,
@_icon-font-color-hover: @minicart-icons-color-hover,
@_icon-font-color-active: @minicart-icons-color-hover,
@_icon-font-color: @header-icons-color,
@_icon-font-color-hover: @header-icons-color-hover,
@_icon-font-color-active: @header-icons-color-hover,
@_icon-font-text-hide: true
);
display: inline-block;
Expand Down

0 comments on commit 15f6269

Please sign in to comment.