UNPKG
reference-app-react
Version:
custom (9.50.0-alpha.4)
latest (9.52.1)
next (9.50.0-alpha.5)
9.52.1
9.52.0
9.51.0
9.50.2
9.50.1
9.50.0
9.50.0-alpha.5
9.50.0-alpha.4
9.50.0-alpha.3
9.50.0-alpha.2
9.50.0-alpha.1
9.50.0-alpha.0
9.49.0
9.48.0
9.47.4
9.47.3
9.47.2
9.47.1
9.47.0
9.46.0
Reference player for using react component
reference-app-react
/
css
/
player.css
18 lines
(15 loc)
•
250 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.player-controls
{
width
:
calc
(
100%
-
30px
);
bottom
:
10px
;
position
: absolute; }
.player-state
{
background
: black;
opacity
:
0.5
;
color
: yellow;
width
:
200px
;
max-width
:
200px
; }
.player-button
{
margin
:
10px
; }