]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
fa12eacc
C
1@use '_variables';
2@use '_mixins';
fbad87b0 3
7b992a86 4.first-step-block {
7b992a86
C
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 }
fbad87b0
C
17}
18
d4132d3f 19.upload-progress-retry,
fbad87b0
C
20.upload-progress-cancel {
21 display: flex;
fbad87b0
C
22 margin-bottom: 40px;
23
e61151b0
RK
24 .progress {
25 @include progressbar;
27bc9586 26
fbad87b0 27 flex-grow: 1;
e61151b0 28 height: 30px;
d4132d3f 29 font-size: 14px;
e61151b0
RK
30 background-color: rgba(11, 204, 41, 0.16);
31
32 .progress-bar {
33 background-color: $green;
34 line-height: 30px;
27bc9586 35 text-align: start;
d4132d3f 36 font-weight: $font-semibold;
e61151b0
RK
37
38 span {
27bc9586
C
39 @include margin-left(13px);
40
b47d6282 41 color: pvar(--mainBackgroundColor);
fbad87b0
C
42 }
43 }
44 }
45
46 input {
47 @include peertube-button;
48 @include grey-button;
27bc9586 49 @include margin-left(10px);
fbad87b0 50 }
7373507f 51}