1
0
Fork 0

miniature duration visibility and overlay background opacity

This commit is contained in:
Rigel Kent 2019-12-08 20:35:52 +01:00 committed by Chocobozzz
parent 6f6e89dbc2
commit 41f8f6207a
2 changed files with 2 additions and 1 deletions

View File

@ -28,5 +28,6 @@
border-radius: 3px;
font-size: 12px;
font-weight: $font-bold;
z-index: 1;
}
}

View File

@ -45,7 +45,7 @@ $play-overlay-width: 18px;
width: inherit;
height: inherit;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
background-color: rgba(0, 0, 0, 0.3);
&, .icon {
transition: all $play-overlay-transition;