]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/player/_player-variables.scss
Translated using Weblate (French)
[github/Chocobozzz/PeerTube.git] / client / src / sass / player / _player-variables.scss
1 $primary-foreground-color: #fff;
2 $primary-foreground-opacity: 0.9;
3 $primary-foreground-opacity-hover: 1;
4 $primary-background-color: rgba(0, 0, 0, 0.8);
5
6 $font-size: 13px;
7
8 $control-bar-height: 38px;
9 $control-bar-icon-size: 26px;
10 $control-bar-volume-slider-height: 14px;
11 $control-bar-slider-top: -15px;
12 $control-bar-font-size: 14px;
13 $control-bar-play-font-size: 34px;
14 $control-bar-next-previous-play-font-size: 14px;
15 $control-bar-button-width: 38px;
16
17 $control-bar-total-height: $control-bar-height - $control-bar-slider-top;
18
19 $slider-bg-color: lighten($primary-background-color, 33%);
20
21 $progress-margin: 10px;
22
23 $dock-padding: 20px;
24
25 $first-control-bar-element-margin-left: 10px;
26 $first-control-bar-element-margin-left-small-width: 5px;
27
28 $screen-width-750: 750px;
29 $screen-width-570: 570px;
30 $screen-width-350: 350px;
31
32 $assets-path: '../../assets/' !default;