Skip to content

Commit

Permalink
hover effects
Browse files Browse the repository at this point in the history
  • Loading branch information
natho19 committed Jul 25, 2023
1 parent 1c89115 commit 25d4474
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 003-product-preview-card-component/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
--aurometal-saurus: #6c7289;
--gunmetal: #1c232b;
--deep-aquamarine: #3d8168;
--deep-aquamarine-hover: #1a4032;
--pure-white: #ffffff;
}

Expand Down Expand Up @@ -45,6 +46,7 @@ button {
line-height: normal;
outline: none;
cursor: pointer;
transition: all ease-in-out 0.2s;
}

/* Card */
Expand Down Expand Up @@ -126,3 +128,7 @@ button {
.card-button img {
margin-right: 11.5px;
}

.card-button:hover {
background-color: var(--deep-aquamarine-hover);
}

0 comments on commit 25d4474

Please sign in to comment.