From b0c43e36dbdc2c964f6828a78b146faebfb75b21 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 29 Jun 2021 17:15:05 +0200 Subject: Create a dedicated component for video description --- client/src/sass/include/_variables.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/src/sass/include/_variables.scss') diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 8f3d3c3b4..39e81f270 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -95,6 +95,9 @@ $activated-action-button-color: #000; $focus-box-shadow-form: 0 0 0 .2rem; +$video-watch-player-factor: math.div(16, 9); +$video-watch-info-margin-left: 44px; + /*** map theme ***/ // pass variables into a sass map, -- cgit v1.2.3