]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/+video-edit/video-add-components/video-upload.component.scss
Support audio upload in client
[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
6 .form-group-channel {
7 margin-bottom: 20px;
8 margin-top: 35px;
9 }
10
11 .audio-image-info {
12 margin-bottom: 10px;
13 }
14
15 .audio-preview {
16 margin: 30px 0;
17 }
18 }
19
20 .upload-progress-cancel {
21 display: flex;
22 margin-top: 25px;
23 margin-bottom: 40px;
24
25 p-progressBar {
26 flex-grow: 1;
27
28 /deep/ .ui-progressbar {
29 font-size: 15px !important;
30 height: 30px !important;
31 border-radius: 3px !important;
32 background-color: rgba(11, 204, 41, 0.16) !important;
33
34 .ui-progressbar-value {
35 background-color: #0BCC29 !important;
36 }
37
38 .ui-progressbar-label {
39 text-align: left;
40 padding-left: 18px;
41 margin-top: 0 !important;
42 color: #fff !important;
43 line-height: 30px !important;
44 }
45 }
46
47 &.processing {
48 /deep/ .ui-progressbar-label {
49 // Same color as background to hide "100%"
50 color: rgba(11, 204, 41, 0.16) !important;
51
52 &::before {
53 content: 'Processing...';
54 color: #fff;
55 }
56 }
57 }
58 }
59
60 input {
61 @include peertube-button;
62 @include grey-button;
63
64 margin-left: 10px;
65 }
66 }