aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-share-modal/video-share.component.scss
blob: c64e11f4dd23578ac864c3925f57d3c264d50f45 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
@use '_variables' as *;
@use '_mixins' as *;

my-input-text {
  width: 100%;
}

.playlist {
  margin-bottom: 50px;
}

.peertube-select-container {
  @include peertube-select-container(200px);
}

.qr-code-group {
  text-align: center;
}

.nav-content {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.alert,
.embed {
  margin-top: 20px;
}

.alert-private {
  margin-top: 0;
}

.filters {
  margin-top: 30px;

  .advanced-filters.show {
    overflow: visible !important;
  }

  .advanced-filters-button {
    font-weight: $font-semibold;
  }

  .video-caption-block {
    display: flex;
    align-items: center;

    .peertube-select-container {
      @include margin-left(10px);
    }
  }

  .start-at,
  .stop-at {
    width: 300px;
    display: flex;
    align-items: center;

    my-timestamp-input {
      @include margin-left(10px);
    }
  }
}

.alert-private {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h5 {
  font-size: 1.15rem;
}