Added popup ebook and audiobook download
[wolnelektury.git] / src / wolnelektury / static / 2021 / css / components / _player.scss
index c5d4f4a..4646c2c 100644 (file)
   align-items: center;
   justify-content: center;
   cursor: pointer;
+  transition: all $ease-dynamic 350ms;
 
-  img {}
+  &:hover {
+    background: darken($color-primary, 3%);
+    border-color: darken($color-primary, 3%);
+  }
 }
 
 .c-player__timeline {