]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+videos/+video-edit/video-add-components/video-upload.component.scss
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-edit / video-add-components / video-upload.component.scss
1 @use '_variables';
2 @use '_mixins';
3
4 .first-step-block {
5 .form-group-channel {
6 margin-bottom: 20px;
7 margin-top: 35px;
8 }
9
10 .audio-image-info {
11 margin-bottom: 10px;
12 }
13
14 .audio-preview {
15 margin: 30px 0;
16 }
17 }
18
19 .upload-progress-retry,
20 .upload-progress-cancel {
21 display: flex;
22 margin-bottom: 40px;
23
24 .progress {
25 @include progressbar;
26
27 flex-grow: 1;
28 height: 30px;
29 font-size: 14px;
30 background-color: rgba(11, 204, 41, 0.16);
31
32 .progress-bar {
33 background-color: $green;
34 line-height: 30px;
35 text-align: start;
36 font-weight: $font-semibold;
37
38 span {
39 @include margin-left(13px);
40
41 color: pvar(--mainBackgroundColor);
42 }
43 }
44 }
45
46 input {
47 @include peertube-button;
48 @include grey-button;
49 @include margin-left(10px);
50 }
51 }