From 93b9bc28d641af8e99ca965347e1b6a271cc3e5a Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 17 Dec 2021 14:23:49 +0500 Subject: [PATCH] formatting --- themes/lumbung-theme/static/css/video-box.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/lumbung-theme/static/css/video-box.css b/themes/lumbung-theme/static/css/video-box.css index 9cae13a..fb6ac4a 100644 --- a/themes/lumbung-theme/static/css/video-box.css +++ b/themes/lumbung-theme/static/css/video-box.css @@ -145,11 +145,11 @@ input:checked + label + .video.date +.description { } .video-thumbnail:hover { - text-decoration:none!important + text-decoration:none !important; } .video-thumbnail:hover .play-overlay { - opacity:1 + opacity: 1; } .video-thumbnail:hover .play-overlay .play-icon { - transform:translate(-50%,-50%) scale(1) + transform:translate(-50%,-50%) scale(1); }