Reducing play button opacity to improve viewing experience.

This patch lowers the opacity for play button
enabling learners unhindered learning experience
when on video pause.

PROD_1231
This commit is contained in:
Adeel Khan
2020-03-20 23:33:40 +05:00
parent 458138ec6a
commit 5cbcd0e952

View File

@@ -201,6 +201,7 @@ $cool-dark: rgb(79, 89, 93); // UXPL cool dark
left: 50%;
font-size: 4em;
cursor: pointer;
opacity: 0.1;
&::after {
background: $white;