]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-edit/video-add-components/video-upload.component.scss
Fix help component border
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / video-add-components / video-upload.component.scss
CommitLineData
78848714
C
1@import 'variables';
2@import 'mixins';
fbad87b0 3
7b992a86
C
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 }
fbad87b0
C
18}
19
20.upload-progress-cancel {
21 display: flex;
22 margin-top: 25px;
23 margin-bottom: 40px;
24
e61151b0
RK
25 .progress {
26 @include progressbar;
fbad87b0 27 flex-grow: 1;
e61151b0
RK
28 height: 30px;
29 font-size: 15px;
30 background-color: rgba(11, 204, 41, 0.16);
31
32 .progress-bar {
33 background-color: $green;
34 line-height: 30px;
35 text-align: left;
36 font-weight: $font-bold;
37
38 span {
39 margin-left: 18px;
fbad87b0
C
40 }
41 }
42 }
43
44 input {
45 @include peertube-button;
46 @include grey-button;
47
48 margin-left: 10px;
49 }
7373507f 50}