mirror of
https://github.com/romancm/gamebrary
synced 2024-12-24 18:13:16 +00:00
8 lines
No EOL
145 B
SCSS
8 lines
No EOL
145 B
SCSS
.game-card {
|
|
cursor: pointer;
|
|
transition: box-shadow 200ms ease-in-out;
|
|
|
|
&:hover {
|
|
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
|
|
}
|
|
} |