Commit 2047c615 authored by Mark Harding's avatar Mark Harding

(fix): improved linear gradient for transcoder status

1 merge request!691WIP: new video player
Pipeline #102060591 running with stages
......@@ -14,11 +14,18 @@
@include m-theme() {
color: themed($m-white);
background: linear-gradient(180deg, $m-grey-600, transparent);
@include m-theme() {
background: linear-gradient(
rgba(themed($m-black-always), 0.5),
rgba(themed($m-black-always), 0)
);
color: themed($m-white-always);
}
}
}
m-videoPlayer {
display: block;
position: relative;
width: 100%;
}
......
Please register or to comment