From a3705089fa57eeaaf7f38a2ebccc81eff069dcb5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 21 Jan 2020 14:28:28 +0100 Subject: Remove husky --- client/src/sass/player/bezels.scss | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'client/src/sass/player/bezels.scss') 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 @@ } .vjs-bezel { - position: absolute; - left: 50%; - top: 50%; - width: 52px; - height: 52px; - z-index: 19; - margin-left: -26px; - margin-top: -26px; - background: rgba(0,0,0,.5); - border-radius: 26px; - animation: bezels-fadeout .5s linear 1 normal forwards; + position: absolute; + left: 50%; + top: 50%; + width: 52px; + height: 52px; + z-index: 19; + margin-left: -26px; + margin-top: -26px; + background: rgba(0, 0, 0, .5); + border-radius: 26px; + animation: bezels-fadeout .5s linear 1 normal forwards; pointer-events: none; } .vjs-bezel-icon { - width: 36px; - height: 36px; + width: 36px; + height: 36px; margin: 8px; - + svg .vjs-svg-fill { fill: #fff; } @@ -39,4 +39,4 @@ } -} \ No newline at end of file +} -- cgit v1.2.3