PluginProbe
Yatra – Travel Booking & Tour Operator Software / 2.1.16
Yatra – Travel Booking & Tour Operator Software v2.1.16
3.0.14 3.0.14.1 3.0.14.2 3.0.12 3.0.13 3.0.11 3.0.10 3.0.9 3.0.8 3.0.7 3.0.6 3.0.5 3.0.5.1 3.0.4 3.0.3 3.0.2.9 3.0.2.7 3.0.2.8 3.0.2.6 trunk 1.0.0 2.0.0 2.0.1 2.0.10 2.0.11 All 82 releases
yatra / assets / admin / css / setup.css

setup.css in Yatra – Travel Booking & Tour Operator Software 2.1.16, at assets/admin/css/setup.css

559 lines 11.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 html {
2 background: #ccc;
3 margin: 0;
4 padding: 0;
5 }
6
7 body {
8 margin: 60px auto 24px;
9 box-shadow: none;
10 background: #edfffd;
11 padding: 0;
12 }
13
14 .yatra-logo {
15 text-align: center;
16 }
17
18 .yatra-logo a {
19 font-weight: bolder;
20 text-decoration: none;
21 }
22
23 .yatra-logo p {
24 font-weight: 500;
25 font-size:15px;
26 }
27
28 .yatra-setup-content {
29 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
30 padding: 24px 24px 0;
31 background: #fff;
32 overflow: hidden;
33 zoom: 1;
34 }
35
36 .yatra-setup-content .button {
37
38 border-color: #05987b;
39 color: #05987b;
40
41 }
42
43 .yatra-setup-content .button:hover, .yatra-setup-content .button:active {
44
45 border-color: #017760;
46 color: #017760;
47
48 }
49
50 .yatra-setup-content .button-primary {
51 background: #05987b;
52 border-color: #05987b;
53 color: #fff;
54 }
55
56 a {
57 color: #05987b;
58 }
59
60 a:hover, a:active {
61 color: #017760;
62 }
63
64 .yatra-setup-content .button-primary:hover, .yatra-setup-content .button-primary:active {
65 background: #017760;
66 border-color: #017760;
67 color: #fff;
68 }
69
70 .yatra-setup-content .button-primary:focus, .yatra-setup-content .button-primary:focus {
71 box-shadow: none;
72 }
73
74 .yatra-setup-content h1,
75 .yatra-setup-content h2,
76 .yatra-setup-content h3,
77 .yatra-setup-content table {
78 margin: 0 0 24px;
79 border: 0;
80 padding: 0;
81 color: #666;
82 clear: none;
83 }
84
85 .yatra-setup-content p {
86 margin: 0 0 24px;
87 font-size: 1em;
88 line-height: 1.75em;
89 color: #666;
90 }
91
92 .yatra-setup-content ul.unstyled {
93 list-style: none;
94 margin: 0 0 20px 0;
95 }
96
97 .yatra-setup-content ul.unstyled li {
98 padding-bottom: 10px;
99 }
100
101 .yatra-setup-content ul.unstyled li.add-new {
102 padding-top: 15px;
103 }
104
105 .yatra-setup-content table {
106 font-size: 1em;
107 line-height: 1.75em;
108 color: #666;
109 }
110
111 .yatra-setup-content a {
112 color: #a16696;
113 }
114
115 .yatra-setup-content a:hover,
116 .yatra-setup-content a:focus {
117 color: #111;
118 }
119
120 .yatra-setup-content .form-table th {
121 width: 35%;
122 vertical-align: top;
123 font-weight: normal;
124 }
125
126 .yatra-setup-content .form-table td {
127 vertical-align: top;
128 }
129
130 .yatra-setup-content .form-table td select,
131 .yatra-setup-content .form-table td input {
132 border: 1px solid #ccc;
133 padding: 5px 10px;
134 vertical-align: middle;
135 line-height: 1;
136 height: 40px;
137 font-size: 14px;
138 width: 100%;
139 max-width: 100%;
140
141 }
142
143
144 .yatra-setup-content .form-table td input[size] {
145 width: auto;
146 }
147
148 .yatra-setup-content .form-table td .description {
149 line-height: 1.5em;
150 display: block;
151 margin-top: 0.25em;
152 color: #999;
153 font-style: italic;
154 }
155
156 .yatra-setup-content .form-table td .input-checkbox,
157 .yatra-setup-content .form-table td .input-radio {
158 width: auto;
159 box-sizing: inherit;
160 padding: inherit;
161 margin: 0 0.5em 0 0;
162 box-shadow: none;
163 }
164
165 .yatra-setup-content .form-table .section_title td {
166 padding: 0;
167 }
168
169 .yatra-setup-content .form-table .section_title td h2,
170 .yatra-setup-content .form-table .section_title td p {
171 margin: 12px 0 0;
172 }
173
174 .yatra-setup-content .form-table th,
175 .yatra-setup-content .form-table td {
176 padding: 12px 0;
177 margin: 0;
178 border: 0;
179 }
180
181 .yatra-setup-content .form-table th:first-child,
182 .yatra-setup-content .form-table td:first-child {
183 padding-right: 1em;
184 }
185
186 .yatra-setup-content .final-step {
187 text-align: center;
188 }
189
190 .yatra-setup-content .final-step h1 {
191 border-bottom: 1px solid #eee;
192 padding-bottom: 20px;
193 margin-bottom: 30px;
194 }
195
196 .yatra-setup-content .final-step h2 {
197 float: left;
198 width: 36%;
199 text-align: right;
200 margin-right: 20px;
201 }
202
203 .yatra-setup-content .final-step a {
204 float: left;
205 }
206
207 .yatra-setup-content .final-step .btn-add-employees {
208 margin-right: 10px;
209 }
210
211 .yatra-setup-content .two-col {
212 overflow: hidden;
213 margin: 0 0 24px;
214 }
215
216 .yatra-setup-content .two-col::after {
217 content: '';
218 clear: both;
219 }
220
221 .yatra-setup-content .two-col .col-first,
222 .yatra-setup-content .two-col .col-last {
223 width: 50%;
224 box-sizing: border-box;
225 float: left;
226 }
227
228 .yatra-setup-content .yatra-setup-next-steps {
229 overflow: hidden;
230 margin: 0 0 24px;
231 }
232
233 .yatra-setup-content .yatra-setup-next-steps h2 {
234 margin-bottom: 12px;
235 }
236
237 .yatra-setup-content .yatra-setup-actions {
238 overflow: hidden;
239 }
240
241 .yatra-setup-content .yatra-setup-actions .button {
242 float: right;
243 font-size: 1.25em;
244 padding: 0.5em 1em;
245 line-height: 1em;
246 margin-right: 0.5em;
247 height: auto;
248 }
249
250 .yatra-setup-content .yatra-setup-actions .button-primary {
251 float: right;
252 }
253
254 .yatra-setup-steps {
255 padding: 0 0 24px;
256 margin: 0;
257 list-style: none outside;
258 overflow: hidden;
259 color: #aaa;
260 width: 100%;
261 display: -webkit-inline-flex;
262 display: -ms-inline-flexbox;
263 display: inline-flex;
264 border-bottom: 1px solid #ddd;
265 }
266
267 .yatra-setup-steps li {
268 width: 20%;
269 float: left;
270 padding: 0 0 0.8em;
271 margin: 0;
272 text-align: center;
273 position: relative;
274 border-bottom: 4px solid #ccc;
275 line-height: 1.4em;
276 }
277
278 .yatra-setup-steps li a {
279 color: inherit;
280 text-decoration: none;
281 }
282
283 .yatra-setup-steps li a:focus {
284 outline: 0;
285 box-shadow: none;
286 }
287
288 .yatra-setup-steps li:before {
289 content: "";
290 border: 4px solid #ccc;
291 border-radius: 100%;
292 width: 4px;
293 height: 4px;
294 position: absolute;
295 bottom: 0;
296 left: 50%;
297 margin-left: -6px;
298 margin-bottom: -8px;
299 background: #fff;
300 }
301
302 .yatra-setup-steps li.active {
303 border-color: #017760;
304 color: #017760;
305 }
306
307 .yatra-setup-steps li.active:before {
308 border-color: #017760;
309 }
310
311 .yatra-setup-steps li:focus {
312 outline: 0;
313 }
314
315 .yatra-setup-steps li.done {
316 border-color: #017760;
317 color: #017760;
318 }
319
320 .yatra-setup-steps li.done:before {
321 border-color: #017760;
322 background: #017760;
323 }
324
325 .yatra-return-to-dashboard {
326 font-size: 0.85em;
327 color: #b5b5b5;
328 margin: 1.18em 0;
329 display: block;
330 text-align: center;
331 }
332
333 /* Toggle switch */
334 .form-table {
335 /* End toggle switch */
336 }
337
338 .form-table .updated p {
339 margin-bottom: 10px;
340 }
341
342 .form-table .switch-input {
343 display: none;
344 }
345
346 .form-table .switch-label {
347 position: relative;
348 display: inline-block;
349 min-width: 112px;
350 cursor: pointer;
351 font-weight: 500;
352 text-align: left;
353 margin: 2px 0;
354 padding: 0 0 0 44px;
355 }
356
357 .form-table .switch-label:before,
358 .form-table .switch-label:after {
359 content: "";
360 position: absolute;
361 margin: 0;
362 outline: 0;
363 top: 50%;
364 -ms-transform: translate(0, -50%);
365 -webkit-transform: translate(0, -50%);
366 transform: translate(0, -50%);
367 -webkit-transition: all 0.3s ease;
368 transition: all 0.3s ease;
369 }
370
371 .form-table .switch-label:before {
372 left: 1px;
373 width: 34px;
374 height: 14px;
375 background-color: #9E9E9E;
376 border-radius: 8px;
377 }
378
379 .form-table .switch-label:after {
380 left: 0;
381 width: 20px;
382 height: 20px;
383 background-color: #FAFAFA;
384 border-radius: 50%;
385 box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
386 }
387
388 .form-table .switch-label .toggle--on {
389 display: none;
390 }
391
392 .form-table .switch-label .toggle--off {
393 display: inline-block;
394 }
395
396 .form-table .switch-input:checked + .switch-label:before {
397 background-color: rgba(1, 119, 96, 0.5);
398 }
399
400 .form-table .switch-input:checked + .switch-label:after {
401 background-color: #05987b;
402 -ms-transform: translate(80%, -50%);
403 -webkit-transform: translate(80%, -50%);
404 transform: translate(80%, -50%);
405 }
406
407 .form-table .switch-input:checked + .switch-label .toggle--on {
408 display: inline-block;
409 }
410
411 .form-table .switch-input:checked + .switch-label .toggle--off {
412 display: none;
413 }
414
415 .plugin-install-info {
416 display: block;
417 text-align: center;
418 color: #999;
419 line-height: 1.5em;
420 margin-bottom: 15px;
421 padding: 5px;
422 border-radius: 4px;
423 font-size: 14px;
424 }
425
426 .plugin-install-info .plugin-install-info-list-item a {
427 font-style: italic;
428 }
429
430 .yatra-setup-content .theme-browser .theme {
431 cursor: pointer;
432 margin: 15px auto;
433 position: relative;
434 width: 70%;
435 border: 1px solid #ddd;
436 box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
437 box-sizing: border-box;
438 }
439
440 .yatra-setup-content .theme-browser .themes {
441 clear: both;
442 }
443
444 .yatra-setup-content .theme-browser .theme .theme-screenshot {
445 display: block;
446 position: relative;
447 min-height: 300px;
448 }
449
450 .yatra-setup-content .theme-browser .theme .theme-screenshot img {
451
452 width: 100%;
453 display: block;
454
455 }
456
457 .yatra-setup-content .theme-browser .theme .theme-screenshot:after {
458
459 }
460
461 .yatra-setup-content .theme-browser:after {
462 content: "";
463 display: block;
464 clear: both;
465 }
466
467 .yatra-setup-content .theme-id-container {
468 position: relative;
469 display: flex;
470 justify-content: space-between;
471 align-items: center;
472 background: rgba(5, 152, 123, 0.1);
473 padding: 10px 20px;
474 border-top: 1px solid #ddd;
475 }
476
477 .yatra-setup-content .theme-browser .theme .theme-name {
478 font-size: 15px;
479 font-weight: 600;
480 margin: 0;
481
482
483 overflow: hidden;
484 white-space: nowrap;
485 text-overflow: ellipsis;
486 color: #000;
487 text-transform: uppercase;
488 }
489
490 .yatra-setup-content .theme-browser .theme.active .theme-actions,
491 .yatra-setup-content .theme-browser .theme .theme-actions {
492
493 }
494
495 .yatra-setup-content .theme-browser .theme .theme-actions {
496
497 }
498
499 .yatra-setup-content .theme-browser .theme:hover .theme-actions,
500 .yatra-setup-content .theme-browser .theme.focus .theme-actions,
501 .yatra-setup-content .theme-browser .theme:focus .theme-actions {
502 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
503 opacity: 1;
504 }
505
506 .yatra-setup-content .theme-browser.rendered .theme:hover .more-details,
507 .yatra-setup-content .theme-browser.rendered .theme:focus .more-details {
508 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
509 opacity: 1;
510 }
511
512 .yatra-setup-content .theme-browser .theme .more-details {
513 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
514 opacity: 0;
515 position: absolute;
516 top: 35%;
517 right: 20%;
518 left: 20%;
519 background: #23282d;
520 background: rgba(0, 0, 0, 0.7);
521 color: #fff;
522 font-size: 15px;
523 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
524 -webkit-font-smoothing: antialiased;
525 font-weight: 600;
526 padding: 15px 12px;
527 text-align: center;
528 border-radius: 3px;
529 transition: opacity 0.1s ease-in-out;
530 }
531
532 .yatra-setup-content .theme-browser.rendered .theme:hover .theme-screenshot img,
533 .yatra-setup-content .theme-browser.rendered .theme:focus .theme-screenshot img {
534 opacity: 0.4;
535 }
536
537 .yatra-setup-content .theme-browser .theme:hover .theme-screenshot,
538 .yatra-setup-content .theme-browser .theme:focus .theme-screenshot {
539 background: rgba(5, 152, 123, 0.4);
540 }
541
542 .yatra-setup-next-steps-last {
543 padding: 10px 0;
544
545 display: flex;
546 justify-content: space-between;
547 align-items: center;
548 }
549
550 .yatra-setup-content .yatra-import-dummy-data, .yatra-setup-content .go-to-dashboard {
551 display: flex;
552 justify-content: space-between;
553 align-items: center;
554 }
555
556 .yatra-setup-content .yatra-import-dummy-data .dashicons,
557 .yatra-setup-content .go-to-dashboard .dashicons {
558 margin-top: 2px;
559 }