X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Finclude%2F_variables.scss;h=f68f4e18d585e77bc4c552e63aa831d38a88cd81;hb=7b51ede977c299a74728171d8c124bcc4cbba6ea;hp=b9c82ea7708238431b086b5d2aec0904650822eb;hpb=fa12eacc014aae8094d108634371640f2695bf9f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index b9c82ea77..f68f4e18d 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -1,5 +1,4 @@ @use 'sass:math'; -@use '_bootstrap-variables'; $small-view: 800px; $mobile-view: 500px; @@ -54,7 +53,7 @@ $sub-menu-height: 81px; $channel-background-color: #f6ede8; -$banner-inverted-ratio: #{math.div(1, 6)}; +$banner-inverted-ratio: math.div(1, 6); $max-channels-width: 1200px; @@ -95,6 +94,11 @@ $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; + +$primeng-breakpoint: 960px; + /*** map theme ***/ // pass variables into a sass map, @@ -156,18 +160,19 @@ $variables: ( $zindex: ( miniature : 10, - privacymsg : 20, sub-menu : 12500, + overlay : 12550, menu : 12600, search-typeahead: 12650, - header : 12700, popover : 13000, tooltip : 14000, loadbar : 15000, - modal : 16000, dropdown : 17000, help-popover : 17000, + privacymsg : 17500, + header : 17500, notification : 18000, + modal : 19000, hotkeys : 19000 );