gamebrary/src/components/LegacyBoard/LegacyGameCard.scss

8 lines
145 B
SCSS
Raw Normal View History

2020-08-18 18:56:10 +00:00
.game-card {
cursor: pointer;
transition: box-shadow 200ms ease-in-out;
&:hover {
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
}