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