add hover effect for file cards

This commit is contained in:
Sean Yesmunt 2019-04-01 23:25:26 -04:00
parent 5d3fd11e7c
commit 5251ce5090

View file

@ -10,6 +10,16 @@
.media__properties {
height: 1em;
}
&:hover {
box-shadow: 0 0 50px rgba($lbry-black, 0.08);
background-color: rgba($lbry-black, 0.04);
html[data-mode='dark'] & {
box-shadow: 0 0 50px rgba($lbry-white, 0.07);
background-color: rgba($lbry-white, 0.03);
}
}
}
// M E D I A