Created
July 4, 2020 22:25
-
-
Save chege-kimaru/4eabed0a03d290017cb5665aa4d868b8 to your computer and use it in GitHub Desktop.
Hover on card
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.card-container .card:not(.highlight-card):hover { | |
transform: translateY(-3px); | |
box-shadow: 0 4px 17px rgba(0, 0, 0, 0.35); | |
} | |
.card-container .card:not(.highlight-card):hover .material-icons path { | |
fill: rgb(105, 103, 103); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment