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