Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
406
Merge Requests
62
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
651d2529
Commit
651d2529
authored
37 minutes ago
by
Mark Harding
Browse files
Options
Download
(chore): background gradient for transcode notices
parent
b66e6392
epic/transcoder-improvements
1 merge request
!691
WIP: new video player
Pipeline
#102002088
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/app/modules/media/components/video-player/player.component.scss
View file @
651d2529
...
...
@@ -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
);
}
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment