Commit 651d2529 authored by Mark Harding's avatar Mark Harding

(chore): background gradient for transcode notices

1 merge request!691WIP: new video player
Pipeline #102002088 running with stages
......@@ -14,11 +14,7 @@
@include m-theme() {
color: themed($m-white);
}
&[class*='--error'] {
@include m-theme() {
background-color: themed($m-red);
}
background: linear-gradient(180deg, $m-grey-600, transparent);
}
}
......
Please register or to comment