]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-edit/shared/video-edit.component.scss
Update translations
[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;
63347a0f
C
114 color: inherit;
115 font-weight: $font-semibold;
4cc66133
C
116 }
117
118 .icon.icon-validate {
119 @include icon(20px);
120
121 cursor: inherit;
122 position: relative;
123 top: -1px;
124 margin-right: 4px;
125 background-image: url('../../../../assets/images/global/validate.svg');
126 }
127 }
128}
129
bbe0f064
C
130p-calendar {
131 display: block;
132
133 /deep/ {
134 input,
135 .ui-calendar {
136 width: 100%;
137 }
138
139 input {
140 @include peertube-input-text(100%);
141 color: #000;
142 }
143 }
144}
145
4cc66133 146/deep/ {
bbe0f064 147 .root-tabset > .nav {
bbe0f064 148 margin-bottom: 15px;
bbe0f064
C
149 }
150
4cc66133
C
151 .ng2-tag-input {
152 border: none !important;
153 }
154
155 .ng2-tags-container {
156 display: flex;
157 align-items: center;
158 border: 1px solid #C6C6C6;
159 border-radius: 3px;
160 padding: 5px !important;
cb9244de
C
161 height: 40px;
162 }
163
164 tag-input-form {
165 input {
166 height: 30px !important;
167 background-color: #fff !important;
168 }
4cc66133
C
169 }
170
171 tag {
172 background-color: #E5E5E5 !important;
173 border-radius: 3px !important;
174 font-size: 15px !important;
175 color: #000 !important;
176 height: 30px !important;
177 line-height: 30px !important;
178 margin: 0 5px 0 0 !important;
179 cursor: default !important;
180 padding: 0 8px 0 10px !important;
181
182 div {
183 height: 100% !important;
184 }
185 }
186
187 delete-icon {
188 cursor: pointer !important;
189 height: auto !important;
190 vertical-align: middle !important;
191 padding-left: 6px !important;
192
193 svg {
cb9244de
C
194 position: relative;
195 top: -1px;
4cc66133
C
196 height: auto !important;
197 vertical-align: middle !important;
198 fill: #585858 !important;
199 }
200
201 &:hover {
202 transform: none !important;
203 }
204 }
205}