]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-share-modal/video-share.component.scss
Prevent edition with 0 task
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-share-modal / video-share.component.scss
CommitLineData
8cbc40b2
C
1@use '_mixins' as *;
2@use '_variables' as *;
2f4c784a 3
a70bf3bd 4my-input-text {
3a1fed11
C
5 width: 100%;
6}
7
3a1fed11
C
8.playlist {
9 margin-bottom: 50px;
10}
11
2f4c784a
C
12.peertube-select-container {
13 @include peertube-select-container(200px);
14}
63347a0f 15
4503cb2a
D
16.qr-code-group {
17 text-align: center;
18}
11b8762f 19
45c6bcf3 20.nav-content {
2f4c784a 21 margin-top: 30px;
11b8762f
C
22 display: flex;
23 justify-content: center;
f0a39880 24 align-items: center;
2f4c784a
C
25 flex-direction: column;
26}
27
612dd3c3
C
28.alert,
29.embed {
2f4c784a
C
30 margin-top: 20px;
31}
32
5b0ec7cd
C
33.alert-private {
34 margin-top: 0;
35}
36
2f4c784a
C
37.filters {
38 margin-top: 30px;
2f4c784a 39
2666fd7c
C
40 .advanced-filters.show {
41 overflow: visible !important;
42 }
43
2f4c784a
C
44 .advanced-filters-button {
45 display: flex;
46 justify-content: center;
47 align-items: center;
de702865 48 margin-top: 20px;
2f4c784a
C
49 font-weight: $font-semibold;
50 cursor: pointer;
2f4c784a
C
51 }
52
2f4c784a
C
53 .video-caption-block {
54 display: flex;
55 align-items: center;
56
57 .peertube-select-container {
27bc9586 58 @include margin-left(10px);
2f4c784a
C
59 }
60 }
61
62 .start-at,
63 .stop-at {
64 width: 300px;
65 display: flex;
66 align-items: center;
f0a39880 67
2f4c784a 68 my-timestamp-input {
27bc9586 69 @include margin-left(10px);
2f4c784a 70 }
f0a39880 71 }
11b8762f 72}
38225867
NR
73
74.alert-private {
75 display: flex;
76 align-items: center;
77 justify-content: space-between;
78}
c4a05171
C
79
80h5 {
81 font-size: 1.15rem;
82}