Skip to content

Commit

Permalink
fix(styles): add hover effect on organization cards
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Nov 17, 2021
1 parent de7737b commit 5972f81
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,15 @@
padding-bottom: calc(var(--spacing-unit) / 2);
overflow-x: hidden;
overflow-y: auto;

.organization-card {
margin-bottom: 2px;
}

.organization-card {
&:hover {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
}
}
}

0 comments on commit 5972f81

Please sign in to comment.