miniature duration visibility and overlay background opacity
This commit is contained in:
parent
6f6e89dbc2
commit
41f8f6207a
|
@ -28,5 +28,6 @@
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: $font-bold;
|
font-weight: $font-bold;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,7 +45,7 @@ $play-overlay-width: 18px;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
height: inherit;
|
height: inherit;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
background-color: rgba(0, 0, 0, 0.7);
|
background-color: rgba(0, 0, 0, 0.3);
|
||||||
|
|
||||||
&, .icon {
|
&, .icon {
|
||||||
transition: all $play-overlay-transition;
|
transition: all $play-overlay-transition;
|
||||||
|
|
Loading…
Reference in New Issue