X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Finclude%2F_variables.scss;h=e1d3716dd4a484aab1945d02c483c29e6a9e4e21;hb=02b2e482e0bdf16432b1ee34e95a71bbad39a4ff;hp=8f3d3c3b42c755f1e4f79189c4e7bbf523221a3a;hpb=8cbc40b2fe9d36ef0505b9441276ca561342e9e9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 8f3d3c3b4..e1d3716dd 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -53,8 +53,7 @@ $sub-menu-height: 81px; $channel-background-color: #f6ede8; -// FIXME: cannot use math.div here because of compilation error -$banner-inverted-ratio: 0.1666666666; +$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,17 +160,18 @@ $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, hotkeys : 19000 );