From 8cbc40b2fe9d36ef0505b9441276ca561342e9e9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 27 May 2021 18:25:00 +0200 Subject: Move to sass module --- client/src/app/+videos/+video-watch/video-watch.component.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'client/src/app/+videos/+video-watch/video-watch.component.scss') diff --git a/client/src/app/+videos/+video-watch/video-watch.component.scss b/client/src/app/+videos/+video-watch/video-watch.component.scss index 13d801cc6..7b7934456 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.scss +++ b/client/src/app/+videos/+video-watch/video-watch.component.scss @@ -1,9 +1,10 @@ -@use '_variables'; -@use '_mixins'; +@use 'sass:math'; +@use '_variables' as *; +@use '_mixins' as *; @use '_bootstrap-variables'; -@use '_miniature'; +@use '_miniature' as *; -$player-factor: 16/9; +$player-factor: math.div(16, 9); $video-info-margin-left: 44px; @function getPlayerHeight ($width) { -- cgit v1.2.3