]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-share-modal/video-share.component.scss
Fix select in share modal
[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
32.alert {
33 margin-top: 20px;
34}
35
2f4c784a
C
36.filters {
37 margin-top: 30px;
2f4c784a 38
2666fd7c
C
39 .advanced-filters.show {
40 overflow: visible !important;
41 }
42
2f4c784a
C
43 .advanced-filters-button {
44 display: flex;
45 justify-content: center;
46 align-items: center;
de702865 47 margin-top: 20px;
2f4c784a
C
48 font-size: 16px;
49 font-weight: $font-semibold;
50 cursor: pointer;
51
52 .glyphicon {
27bc9586 53 @include margin-right(5px);
2f4c784a
C
54 }
55 }
56
57 .form-group {
58 margin-bottom: 0;
59 height: 34px;
60 display: flex;
61 align-items: center;
62 }
63
64 .video-caption-block {
65 display: flex;
66 align-items: center;
67
68 .peertube-select-container {
27bc9586 69 @include margin-left(10px);
2f4c784a
C
70 }
71 }
72
73 .start-at,
74 .stop-at {
75 width: 300px;
76 display: flex;
77 align-items: center;
f0a39880 78
2f4c784a 79 my-timestamp-input {
27bc9586 80 @include margin-left(10px);
2f4c784a 81 }
f0a39880 82 }
11b8762f 83}
38225867
NR
84
85.alert-private {
86 display: flex;
87 align-items: center;
88 justify-content: space-between;
89}