]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+videos/+video-edit/video-add-components/video-upload.component.scss
Merge remote-tracking branch 'weblate/develop' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-edit / video-add-components / video-upload.component.scss
1 @import 'variables';
2 @import '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 flex-grow: 1;
27 height: 30px;
28 font-size: 14px;
29 background-color: rgba(11, 204, 41, 0.16);
30
31 .progress-bar {
32 background-color: $green;
33 line-height: 30px;
34 text-align: left;
35 font-weight: $font-semibold;
36
37 span {
38 color: pvar(--mainBackgroundColor);
39 margin-left: 13px;
40 }
41 }
42 }
43
44 input {
45 @include peertube-button;
46 @include grey-button;
47
48 margin-left: 10px;
49 }
50 }