Skip to content

Commit

Permalink
add fix for header button hovering
Browse files Browse the repository at this point in the history
  • Loading branch information
PavloMykhalov committed Oct 31, 2023
1 parent d954be5 commit 172cb5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/blocks/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
letter-spacing: 2%;
text-decoration: none;
text-transform: uppercase;
transition: background-color 0.3s, color 0.3s, border-color 0.3s;

&::before {
content: url(../images/icons/icon-cookie.svg);
Expand Down

0 comments on commit 172cb5a

Please sign in to comment.