]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-edit/shared/video-edit.component.scss
video-import -> video-import-url
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / shared / video-edit.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
15a7387d
C
4.peertube-select-container {
5 @include peertube-select-container(auto);
6}
7
4cc66133
C
8.video-edit {
9 height: 100%;
40e87e9e 10 min-height: 300px;
4cc66133
C
11
12 .form-group {
13 margin-bottom: 25px;
14 }
15
16 input {
17 @include peertube-input-text(100%);
18 display: block;
4cc66133
C
19 }
20
4cc66133
C
21 input, select {
22 font-size: 15px
23 }
24
cb9244de
C
25 .label-tags + span {
26 font-size: 15px;
27 }
6de36768 28
07fa4c97
C
29 .advanced-settings .form-group {
30 margin-bottom: 20px;
31 }
4cc66133
C
32}
33
40e87e9e
C
34.captions {
35
36 .captions-header {
37 text-align: right;
38
39 .create-caption {
40 @include create-button('../../../../assets/images/global/add.svg');
41 }
42 }
43
44 .caption-entry {
45 display: flex;
46 height: 40px;
47 align-items: center;
48
772d5642
C
49 a.caption-entry-label {
50 @include disable-default-a-behaviour;
51
52 color: #000;
53
54 &:hover {
55 opacity: 0.8;
56 }
57 }
58
40e87e9e
C
59 .caption-entry-label {
60 font-size: 15px;
61 font-weight: bold;
62
63 margin-right: 20px;
772d5642
C
64 width: 150px;
65 }
66
67 .caption-entry-state {
68 width: 200px;
69
70 &.caption-entry-state-create {
71 color: #39CC0B;
72 }
73
74 &.caption-entry-state-delete {
75 color: #FF0000;
76 }
40e87e9e
C
77 }
78
79 .caption-entry-delete {
80 @include peertube-button;
81 @include grey-button;
82 }
83 }
84
85 .no-caption {
86 text-align: center;
87 font-size: 15px;
88 }
89}
90
4cc66133
C
91.submit-container {
92 text-align: right;
4cc66133 93
cadb46d8
C
94 .message-submit {
95 display: inline-block;
96 margin-right: 25px;
97
98 color: #585858;
99 font-size: 15px;
100 }
101
4cc66133
C
102 .submit-button {
103 @include peertube-button;
104 @include orange-button;
105
106 display: inline-block;
107
108 input {
109 cursor: inherit;
110 background-color: inherit;
111 border: none;
112 padding: 0;
cadb46d8 113 outline: 0;
4cc66133
C
114 }
115
116 .icon.icon-validate {
117 @include icon(20px);
118
119 cursor: inherit;
120 position: relative;
121 top: -1px;
122 margin-right: 4px;
123 background-image: url('../../../../assets/images/global/validate.svg');
124 }
125 }
126}
127
bbe0f064
C
128p-calendar {
129 display: block;
130
131 /deep/ {
132 input,
133 .ui-calendar {
134 width: 100%;
135 }
136
137 input {
138 @include peertube-input-text(100%);
139 color: #000;
140 }
141 }
142}
143
4cc66133 144/deep/ {
bbe0f064
C
145 .root-tabset > .nav {
146 margin-left: 15px;
147 margin-bottom: 15px;
148
149 .nav-link {
150 display: flex !important;
151 align-items: center;
152 height: 30px !important;
153 padding: 0 15px !important;
154 }
155 }
156
4cc66133
C
157 .ng2-tag-input {
158 border: none !important;
159 }
160
161 .ng2-tags-container {
162 display: flex;
163 align-items: center;
164 border: 1px solid #C6C6C6;
165 border-radius: 3px;
166 padding: 5px !important;
cb9244de
C
167 height: 40px;
168 }
169
170 tag-input-form {
171 input {
172 height: 30px !important;
173 background-color: #fff !important;
174 }
4cc66133
C
175 }
176
177 tag {
178 background-color: #E5E5E5 !important;
179 border-radius: 3px !important;
180 font-size: 15px !important;
181 color: #000 !important;
182 height: 30px !important;
183 line-height: 30px !important;
184 margin: 0 5px 0 0 !important;
185 cursor: default !important;
186 padding: 0 8px 0 10px !important;
187
188 div {
189 height: 100% !important;
190 }
191 }
192
193 delete-icon {
194 cursor: pointer !important;
195 height: auto !important;
196 vertical-align: middle !important;
197 padding-left: 6px !important;
198
199 svg {
cb9244de
C
200 position: relative;
201 top: -1px;
4cc66133
C
202 height: auto !important;
203 vertical-align: middle !important;
204 fill: #585858 !important;
205 }
206
207 &:hover {
208 transform: none !important;
209 }
210 }
211}