]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-share-modal/video-share.component.scss
Prefer global icon instead of glyphicon for copy
[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-toggle-hidden {
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
16 .peertube-select-container {
17 @include peertube-select-container(200px);
18 }
19
20 .qr-code-group {
21 text-align: center;
22 }
23
24 .nav-content {
25 margin-top: 30px;
26 display: flex;
27 justify-content: center;
28 align-items: center;
29 flex-direction: column;
30 }
31
32 .alert,
33 .embed {
34 margin-top: 20px;
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-size: 16px;
50 font-weight: $font-semibold;
51 cursor: pointer;
52
53 .glyphicon {
54 @include margin-right(5px);
55 }
56 }
57
58 .video-caption-block {
59 display: flex;
60 align-items: center;
61
62 .peertube-select-container {
63 @include margin-left(10px);
64 }
65 }
66
67 .start-at,
68 .stop-at {
69 width: 300px;
70 display: flex;
71 align-items: center;
72
73 my-timestamp-input {
74 @include margin-left(10px);
75 }
76 }
77 }
78
79 .alert-private {
80 display: flex;
81 align-items: center;
82 justify-content: space-between;
83 }