]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-share-modal/video-share.component.scss
Reorganize player manager options builder
[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
f8b530e0 4my-input-toggle-hidden {
3a1fed11
C
5 width: 100%;
6}
7
8.title-page.title-page-single {
9 margin-top: 0;
10}
11
12.playlist {
13 margin-bottom: 50px;
14}
15
2f4c784a
C
16.peertube-select-container {
17 @include peertube-select-container(200px);
18}
63347a0f 19
4503cb2a
D
20.qr-code-group {
21 text-align: center;
22}
11b8762f 23
45c6bcf3 24.nav-content {
2f4c784a 25 margin-top: 30px;
11b8762f
C
26 display: flex;
27 justify-content: center;
f0a39880 28 align-items: center;
2f4c784a
C
29 flex-direction: column;
30}
31
612dd3c3
C
32.alert,
33.embed {
2f4c784a
C
34 margin-top: 20px;
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-size: 16px;
50 font-weight: $font-semibold;
51 cursor: pointer;
52
53 .glyphicon {
27bc9586 54 @include margin-right(5px);
2f4c784a
C
55 }
56 }
57
58 .form-group {
59 margin-bottom: 0;
60 height: 34px;
61 display: flex;
62 align-items: center;
63 }
64
65 .video-caption-block {
66 display: flex;
67 align-items: center;
68
69 .peertube-select-container {
27bc9586 70 @include margin-left(10px);
2f4c784a
C
71 }
72 }
73
74 .start-at,
75 .stop-at {
76 width: 300px;
77 display: flex;
78 align-items: center;
f0a39880 79
2f4c784a 80 my-timestamp-input {
27bc9586 81 @include margin-left(10px);
2f4c784a 82 }
f0a39880 83 }
11b8762f 84}
38225867
NR
85
86.alert-private {
87 display: flex;
88 align-items: center;
89 justify-content: space-between;
90}