]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/player/_player-variables.scss
Fix scss lint
[github/Chocobozzz/PeerTube.git] / client / src / sass / player / _player-variables.scss
CommitLineData
ffc42425
C
1@use 'sass:color';
2
a0da6f90 3@use 'bootstrap/scss/functions' as *;
4c8749cb 4
2a19a1e4
C
5$primary-foreground-color: #fff;
6$primary-foreground-opacity: 0.9;
7$primary-foreground-opacity-hover: 1;
abb3097e 8$primary-background-color: rgba(0, 0, 0, 0.8);
2a19a1e4
C
9
10$font-size: 13px;
a5a79d15
C
11
12$control-bar-height: 38px;
13$control-bar-icon-size: 26px;
14$control-bar-volume-slider-height: 14px;
5bca1d06 15$control-bar-slider-top: -15px;
a5a79d15
C
16$control-bar-font-size: 14px;
17$control-bar-play-font-size: 34px;
18$control-bar-next-previous-play-font-size: 14px;
19$control-bar-button-width: 38px;
2a19a1e4 20
f1a0555a
C
21$control-bar-total-height: $control-bar-height - $control-bar-slider-top;
22
ffc42425 23$slider-bg-color: color.adjust($primary-background-color, $lightness: 33%);
2a19a1e4
C
24
25$progress-margin: 10px;
26
a75292db
C
27$dock-padding: 20px;
28
e43b5a3f
C
29$first-control-bar-element-margin-left: 10px;
30$first-control-bar-element-margin-left-small-width: 5px;
92d54714 31
a5a79d15
C
32$screen-width-750: 750px;
33$screen-width-570: 570px;
34$screen-width-350: 350px;
35
5efab546 36$assets-path: '../../assets/' !default;