aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.scss
blob: a4f87b0b845eaa098f9d8f7a4bb4962518e3c366 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
@import 'variables';
@import 'mixins';

.first-step-block {
  .form-group-channel {
    margin-bottom: 20px;
    margin-top: 35px;
  }

  .audio-image-info {
    margin-bottom: 10px;
  }

  .audio-preview {
    margin: 30px 0;
  }
}

.upload-progress-cancel {
  display: flex;
  margin-top: 25px;
  margin-bottom: 40px;

  .progress {
    @include progressbar;
    flex-grow: 1;
    height: 30px;
    font-size: 15px;
    background-color: rgba(11, 204, 41, 0.16);

    .progress-bar {
      background-color: $green;
      line-height: 30px;
      text-align: left;
      font-weight: $font-bold;

      span {
        margin-left: 18px;
      }
    }
  }

  input {
    @include peertube-button;
    @include grey-button;

    margin-left: 10px;
  }
}