Skip to content

Commit

Permalink
feat: Add hover state for guide tiles
Browse files Browse the repository at this point in the history
jerelmiller committed Jun 29, 2020
1 parent 0800828 commit 7cfec22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/GuideTile/GuideTile.module.scss
Original file line number Diff line number Diff line change
@@ -7,6 +7,12 @@
border: 1px solid var(--color-neutrals-300);
border-radius: 0.25rem;
position: relative;
transition: all 0.15s ease-out;

&:hover {
transform: translateY(-2px);
border: 1px solid var(--color-neutrals-400);
}
}

.tileWithIcon h2 {

0 comments on commit 7cfec22

Please sign in to comment.