aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-21 14:28:28 +0100
committerChocobozzz <me@florianbigard.com>2020-01-21 14:28:28 +0100
commita3705089fa57eeaaf7f38a2ebccc81eff069dcb5 (patch)
tree78dfedefcac030370450eee0284e6246da566908 /client/src/sass/player
parentf0ad47100748ba5f660b597787422b1b302e64c0 (diff)
downloadPeerTube-a3705089fa57eeaaf7f38a2ebccc81eff069dcb5.tar.gz
PeerTube-a3705089fa57eeaaf7f38a2ebccc81eff069dcb5.tar.zst
PeerTube-a3705089fa57eeaaf7f38a2ebccc81eff069dcb5.zip
Remove husky
Diffstat (limited to 'client/src/sass/player')
-rw-r--r--client/src/sass/player/bezels.scss30
1 files changed, 15 insertions, 15 deletions
diff --git a/client/src/sass/player/bezels.scss b/client/src/sass/player/bezels.scss
index f1b1dcb4a..ff3448511 100644
--- a/client/src/sass/player/bezels.scss
+++ b/client/src/sass/player/bezels.scss
@@ -9,25 +9,25 @@
9} 9}
10 10
11.vjs-bezel { 11.vjs-bezel {
12 position: absolute; 12 position: absolute;
13 left: 50%; 13 left: 50%;
14 top: 50%; 14 top: 50%;
15 width: 52px; 15 width: 52px;
16 height: 52px; 16 height: 52px;
17 z-index: 19; 17 z-index: 19;
18 margin-left: -26px; 18 margin-left: -26px;
19 margin-top: -26px; 19 margin-top: -26px;
20 background: rgba(0,0,0,.5); 20 background: rgba(0, 0, 0, .5);
21 border-radius: 26px; 21 border-radius: 26px;
22 animation: bezels-fadeout .5s linear 1 normal forwards; 22 animation: bezels-fadeout .5s linear 1 normal forwards;
23 pointer-events: none; 23 pointer-events: none;
24} 24}
25 25
26.vjs-bezel-icon { 26.vjs-bezel-icon {
27 width: 36px; 27 width: 36px;
28 height: 36px; 28 height: 36px;
29 margin: 8px; 29 margin: 8px;
30 30
31 svg .vjs-svg-fill { 31 svg .vjs-svg-fill {
32 fill: #fff; 32 fill: #fff;
33 } 33 }
@@ -39,4 +39,4 @@
39 39
40 } 40 }
41 41
42} \ No newline at end of file 42}