@skyscanner/backpack-web 25.7.0 → 25.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1670 @@
1
+ /*
2
+ *
3
+ * Backpack - Skyscanner's Design System
4
+ *
5
+ * Copyright 2016 Skyscanner Ltd
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ *//*
20
+ * Backpack - Skyscanner's Design System
21
+ *
22
+ * Copyright 2016 Skyscanner Ltd
23
+ *
24
+ * Licensed under the Apache License, Version 2.0 (the "License");
25
+ * you may not use this file except in compliance with the License.
26
+ * You may obtain a copy of the License at
27
+ *
28
+ * http://www.apache.org/licenses/LICENSE-2.0
29
+ *
30
+ * Unless required by applicable law or agreed to in writing, software
31
+ * distributed under the License is distributed on an "AS IS" BASIS,
32
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33
+ * See the License for the specific language governing permissions and
34
+ * limitations under the License.
35
+ */
36
+ /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
37
+ /**
38
+ * 1. Change the default font family in all browsers (opinionated).
39
+ * 2. Correct the line height in all browsers.
40
+ * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
41
+ */
42
+ html {
43
+ font-family: sans-serif;
44
+ /* 1 */
45
+ line-height: 1.15;
46
+ /* 2 */
47
+ -ms-text-size-adjust: 100%;
48
+ /* 3 */
49
+ -webkit-text-size-adjust: 100%;
50
+ /* 3 */ }
51
+
52
+ /**
53
+ * Remove the margin in all browsers (opinionated).
54
+ */
55
+ body {
56
+ margin: 0; }
57
+
58
+ /* HTML5 display definitions
59
+ ========================================================================== */
60
+ /**
61
+ * Add the correct display in IE 9-.
62
+ * 1. Add the correct display in Edge, IE, and Firefox.
63
+ * 2. Add the correct display in IE.
64
+ */
65
+ article,
66
+ aside,
67
+ details,
68
+ figcaption,
69
+ figure,
70
+ footer,
71
+ header,
72
+ main,
73
+ menu,
74
+ nav,
75
+ section,
76
+ summary {
77
+ /* 1 */
78
+ display: block; }
79
+
80
+ /**
81
+ * Add the correct display in IE 9-.
82
+ */
83
+ audio,
84
+ canvas,
85
+ progress,
86
+ video {
87
+ display: inline-block; }
88
+
89
+ /**
90
+ * Add the correct display in iOS 4-7.
91
+ */
92
+ audio:not([controls]) {
93
+ display: none;
94
+ height: 0; }
95
+
96
+ /**
97
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
98
+ */
99
+ progress {
100
+ vertical-align: baseline; }
101
+
102
+ /**
103
+ * Add the correct display in IE 10-.
104
+ * 1. Add the correct display in IE.
105
+ */
106
+ template,
107
+ [hidden] {
108
+ display: none; }
109
+
110
+ /* Links
111
+ ========================================================================== */
112
+ /**
113
+ * 1. Remove the gray background on active links in IE 10.
114
+ * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
115
+ */
116
+ a {
117
+ background-color: transparent;
118
+ /* 1 */
119
+ -webkit-text-decoration-skip: objects;
120
+ /* 2 */ }
121
+
122
+ /**
123
+ * Remove the outline on focused links when they are also active or hovered
124
+ * in all browsers (opinionated).
125
+ */
126
+ a:active,
127
+ a:hover {
128
+ outline-width: 0; }
129
+
130
+ /* Text-level semantics
131
+ ========================================================================== */
132
+ /**
133
+ * 1. Remove the bottom border in Firefox 39-.
134
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
135
+ */
136
+ abbr[title] {
137
+ border-bottom: none;
138
+ /* 1 */
139
+ text-decoration: underline;
140
+ /* 2 */
141
+ text-decoration: underline dotted;
142
+ /* 2 */ }
143
+
144
+ /**
145
+ * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
146
+ */
147
+ b,
148
+ strong {
149
+ font-weight: inherit; }
150
+
151
+ /**
152
+ * Add the correct font weight in Chrome, Edge, and Safari.
153
+ */
154
+ b,
155
+ strong {
156
+ font-weight: bolder; }
157
+
158
+ /**
159
+ * Add the correct font style in Android 4.3-.
160
+ */
161
+ dfn {
162
+ font-style: italic; }
163
+
164
+ /**
165
+ * Correct the font size and margin on `h1` elements within `section` and
166
+ * `article` contexts in Chrome, Firefox, and Safari.
167
+ */
168
+ h1 {
169
+ font-size: 2em;
170
+ margin: 0.67em 0; }
171
+
172
+ /**
173
+ * Add the correct background and color in IE 9-.
174
+ */
175
+ mark {
176
+ background-color: #ff0;
177
+ color: #000; }
178
+
179
+ /**
180
+ * Add the correct font size in all browsers.
181
+ */
182
+ small {
183
+ font-size: 80%; }
184
+
185
+ /**
186
+ * Prevent `sub` and `sup` elements from affecting the line height in
187
+ * all browsers.
188
+ */
189
+ sub,
190
+ sup {
191
+ font-size: 75%;
192
+ line-height: 0;
193
+ position: relative;
194
+ vertical-align: baseline; }
195
+
196
+ sub {
197
+ bottom: -0.25em; }
198
+
199
+ sup {
200
+ top: -0.5em; }
201
+
202
+ /* Embedded content
203
+ ========================================================================== */
204
+ /**
205
+ * Remove the border on images inside links in IE 10-.
206
+ */
207
+ img {
208
+ border-style: none; }
209
+
210
+ /**
211
+ * Hide the overflow in IE.
212
+ */
213
+ svg:not(:root) {
214
+ overflow: hidden; }
215
+
216
+ /* Grouping content
217
+ ========================================================================== */
218
+ /**
219
+ * 1. Correct the inheritance and scaling of font size in all browsers.
220
+ * 2. Correct the odd `em` font sizing in all browsers.
221
+ */
222
+ code,
223
+ kbd,
224
+ pre,
225
+ samp {
226
+ font-family: monospace, monospace;
227
+ /* 1 */
228
+ font-size: 1em;
229
+ /* 2 */ }
230
+
231
+ /**
232
+ * Add the correct margin in IE 8.
233
+ */
234
+ figure {
235
+ margin: 1em 40px; }
236
+
237
+ /**
238
+ * 1. Add the correct box sizing in Firefox.
239
+ * 2. Show the overflow in Edge and IE.
240
+ */
241
+ hr {
242
+ box-sizing: content-box;
243
+ /* 1 */
244
+ height: 0;
245
+ /* 1 */
246
+ overflow: visible;
247
+ /* 2 */ }
248
+
249
+ /* Forms
250
+ ========================================================================== */
251
+ /**
252
+ * 1. Change font properties to `inherit` in all browsers (opinionated).
253
+ * 2. Remove the margin in Firefox and Safari.
254
+ */
255
+ button,
256
+ input,
257
+ optgroup,
258
+ select,
259
+ textarea {
260
+ font: inherit;
261
+ /* 1 */
262
+ margin: 0;
263
+ /* 2 */ }
264
+
265
+ /**
266
+ * Restore the font weight unset by the previous rule.
267
+ */
268
+ optgroup {
269
+ font-weight: bold; }
270
+
271
+ /**
272
+ * Show the overflow in IE.
273
+ * 1. Show the overflow in Edge.
274
+ */
275
+ button,
276
+ input {
277
+ /* 1 */
278
+ overflow: visible; }
279
+
280
+ /**
281
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
282
+ * 1. Remove the inheritance of text transform in Firefox.
283
+ */
284
+ button,
285
+ select {
286
+ /* 1 */
287
+ text-transform: none; }
288
+
289
+ /**
290
+ * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
291
+ * controls in Android 4.
292
+ * 2. Correct the inability to style clickable types in iOS and Safari.
293
+ */
294
+ button,
295
+ html [type="button"],
296
+ [type="reset"],
297
+ [type="submit"] {
298
+ -webkit-appearance: button;
299
+ /* 2 */ }
300
+
301
+ /**
302
+ * Remove the inner border and padding in Firefox.
303
+ */
304
+ button::-moz-focus-inner,
305
+ [type="button"]::-moz-focus-inner,
306
+ [type="reset"]::-moz-focus-inner,
307
+ [type="submit"]::-moz-focus-inner {
308
+ border-style: none;
309
+ padding: 0; }
310
+
311
+ /**
312
+ * Restore the focus styles unset by the previous rule.
313
+ */
314
+ button:-moz-focusring,
315
+ [type="button"]:-moz-focusring,
316
+ [type="reset"]:-moz-focusring,
317
+ [type="submit"]:-moz-focusring {
318
+ outline: 1px dotted ButtonText; }
319
+
320
+ /**
321
+ * Change the border, margin, and padding in all browsers (opinionated).
322
+ */
323
+ fieldset {
324
+ border: 1px solid #c0c0c0;
325
+ margin: 0 2px;
326
+ padding: 0.35em 0.625em 0.75em; }
327
+
328
+ /**
329
+ * 1. Correct the text wrapping in Edge and IE.
330
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
331
+ * 3. Remove the padding so developers are not caught out when they zero out
332
+ * `fieldset` elements in all browsers.
333
+ */
334
+ legend {
335
+ box-sizing: border-box;
336
+ /* 1 */
337
+ color: inherit;
338
+ /* 2 */
339
+ display: table;
340
+ /* 1 */
341
+ max-width: 100%;
342
+ /* 1 */
343
+ padding: 0;
344
+ /* 3 */
345
+ white-space: normal;
346
+ /* 1 */ }
347
+
348
+ /**
349
+ * Remove the default vertical scrollbar in IE.
350
+ */
351
+ textarea {
352
+ overflow: auto; }
353
+
354
+ /**
355
+ * 1. Add the correct box sizing in IE 10-.
356
+ * 2. Remove the padding in IE 10-.
357
+ */
358
+ [type="checkbox"],
359
+ [type="radio"] {
360
+ box-sizing: border-box;
361
+ /* 1 */
362
+ padding: 0;
363
+ /* 2 */ }
364
+
365
+ /**
366
+ * Correct the cursor style of increment and decrement buttons in Chrome.
367
+ */
368
+ [type="number"]::-webkit-inner-spin-button,
369
+ [type="number"]::-webkit-outer-spin-button {
370
+ height: auto; }
371
+
372
+ /**
373
+ * 1. Correct the odd appearance in Chrome and Safari.
374
+ * 2. Correct the outline style in Safari.
375
+ */
376
+ [type="search"] {
377
+ -webkit-appearance: textfield;
378
+ /* 1 */
379
+ outline-offset: -2px;
380
+ /* 2 */ }
381
+
382
+ /**
383
+ * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
384
+ */
385
+ [type="search"]::-webkit-search-cancel-button,
386
+ [type="search"]::-webkit-search-decoration {
387
+ -webkit-appearance: none; }
388
+
389
+ /**
390
+ * Correct the text style of placeholders in Chrome, Edge, and Safari.
391
+ */
392
+ ::-webkit-input-placeholder {
393
+ color: inherit;
394
+ opacity: 0.54; }
395
+
396
+ /**
397
+ * 1. Correct the inability to style clickable types in iOS and Safari.
398
+ * 2. Change font properties to `inherit` in Safari.
399
+ */
400
+ ::-webkit-file-upload-button {
401
+ -webkit-appearance: button;
402
+ /* 1 */
403
+ font: inherit;
404
+ /* 2 */ }
405
+
406
+ /*
407
+ * Backpack - Skyscanner's Design System
408
+ *
409
+ * Copyright 2016 Skyscanner Ltd
410
+ *
411
+ * Licensed under the Apache License, Version 2.0 (the "License");
412
+ * you may not use this file except in compliance with the License.
413
+ * You may obtain a copy of the License at
414
+ *
415
+ * http://www.apache.org/licenses/LICENSE-2.0
416
+ *
417
+ * Unless required by applicable law or agreed to in writing, software
418
+ * distributed under the License is distributed on an "AS IS" BASIS,
419
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
420
+ * See the License for the specific language governing permissions and
421
+ * limitations under the License.
422
+ */
423
+ /*
424
+ * Backpack - Skyscanner's Design System
425
+ *
426
+ * Copyright 2016 Skyscanner Ltd
427
+ *
428
+ * Licensed under the Apache License, Version 2.0 (the "License");
429
+ * you may not use this file except in compliance with the License.
430
+ * You may obtain a copy of the License at
431
+ *
432
+ * http://www.apache.org/licenses/LICENSE-2.0
433
+ *
434
+ * Unless required by applicable law or agreed to in writing, software
435
+ * distributed under the License is distributed on an "AS IS" BASIS,
436
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
437
+ * See the License for the specific language governing permissions and
438
+ * limitations under the License.
439
+ */
440
+ /*
441
+ *
442
+ * Backpack - Skyscanner's Design System
443
+ *
444
+ * Copyright 2016-2021 Skyscanner Ltd
445
+ *
446
+ * Licensed under the Apache License, Version 2.0 (the "License");
447
+ * you may not use this file except in compliance with the License.
448
+ * You may obtain a copy of the License at
449
+ *
450
+ * http://www.apache.org/licenses/LICENSE-2.0
451
+ *
452
+ * Unless required by applicable law or agreed to in writing, software
453
+ * distributed under the License is distributed on an "AS IS" BASIS,
454
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
455
+ * See the License for the specific language governing permissions and
456
+ * limitations under the License.
457
+ *
458
+ */
459
+ /*
460
+ * Backpack - Skyscanner's Design System
461
+ *
462
+ * Copyright 2016 Skyscanner Ltd
463
+ *
464
+ * Licensed under the Apache License, Version 2.0 (the "License");
465
+ * you may not use this file except in compliance with the License.
466
+ * You may obtain a copy of the License at
467
+ *
468
+ * http://www.apache.org/licenses/LICENSE-2.0
469
+ *
470
+ * Unless required by applicable law or agreed to in writing, software
471
+ * distributed under the License is distributed on an "AS IS" BASIS,
472
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
473
+ * See the License for the specific language governing permissions and
474
+ * limitations under the License.
475
+ */
476
+ /*
477
+ * Backpack - Skyscanner's Design System
478
+ *
479
+ * Copyright 2016 Skyscanner Ltd
480
+ *
481
+ * Licensed under the Apache License, Version 2.0 (the "License");
482
+ * you may not use this file except in compliance with the License.
483
+ * You may obtain a copy of the License at
484
+ *
485
+ * http://www.apache.org/licenses/LICENSE-2.0
486
+ *
487
+ * Unless required by applicable law or agreed to in writing, software
488
+ * distributed under the License is distributed on an "AS IS" BASIS,
489
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
490
+ * See the License for the specific language governing permissions and
491
+ * limitations under the License.
492
+ */
493
+ /*
494
+ *
495
+ * Backpack - Skyscanner's Design System
496
+ *
497
+ * Copyright 2016-2021 Skyscanner Ltd
498
+ *
499
+ * Licensed under the Apache License, Version 2.0 (the "License");
500
+ * you may not use this file except in compliance with the License.
501
+ * You may obtain a copy of the License at
502
+ *
503
+ * http://www.apache.org/licenses/LICENSE-2.0
504
+ *
505
+ * Unless required by applicable law or agreed to in writing, software
506
+ * distributed under the License is distributed on an "AS IS" BASIS,
507
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
508
+ * See the License for the specific language governing permissions and
509
+ * limitations under the License.
510
+ *
511
+ */
512
+ /*
513
+ * Backpack - Skyscanner's Design System
514
+ *
515
+ * Copyright 2016 Skyscanner Ltd
516
+ *
517
+ * Licensed under the Apache License, Version 2.0 (the "License");
518
+ * you may not use this file except in compliance with the License.
519
+ * You may obtain a copy of the License at
520
+ *
521
+ * http://www.apache.org/licenses/LICENSE-2.0
522
+ *
523
+ * Unless required by applicable law or agreed to in writing, software
524
+ * distributed under the License is distributed on an "AS IS" BASIS,
525
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
526
+ * See the License for the specific language governing permissions and
527
+ * limitations under the License.
528
+ */
529
+ /*
530
+ * Backpack - Skyscanner's Design System
531
+ *
532
+ * Copyright 2016 Skyscanner Ltd
533
+ *
534
+ * Licensed under the Apache License, Version 2.0 (the "License");
535
+ * you may not use this file except in compliance with the License.
536
+ * You may obtain a copy of the License at
537
+ *
538
+ * http://www.apache.org/licenses/LICENSE-2.0
539
+ *
540
+ * Unless required by applicable law or agreed to in writing, software
541
+ * distributed under the License is distributed on an "AS IS" BASIS,
542
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
543
+ * See the License for the specific language governing permissions and
544
+ * limitations under the License.
545
+ */
546
+ /*
547
+ *
548
+ * Backpack - Skyscanner's Design System
549
+ *
550
+ * Copyright 2016-2021 Skyscanner Ltd
551
+ *
552
+ * Licensed under the Apache License, Version 2.0 (the "License");
553
+ * you may not use this file except in compliance with the License.
554
+ * You may obtain a copy of the License at
555
+ *
556
+ * http://www.apache.org/licenses/LICENSE-2.0
557
+ *
558
+ * Unless required by applicable law or agreed to in writing, software
559
+ * distributed under the License is distributed on an "AS IS" BASIS,
560
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
561
+ * See the License for the specific language governing permissions and
562
+ * limitations under the License.
563
+ *
564
+ */
565
+ /*
566
+ * Backpack - Skyscanner's Design System
567
+ *
568
+ * Copyright 2016 Skyscanner Ltd
569
+ *
570
+ * Licensed under the Apache License, Version 2.0 (the "License");
571
+ * you may not use this file except in compliance with the License.
572
+ * You may obtain a copy of the License at
573
+ *
574
+ * http://www.apache.org/licenses/LICENSE-2.0
575
+ *
576
+ * Unless required by applicable law or agreed to in writing, software
577
+ * distributed under the License is distributed on an "AS IS" BASIS,
578
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
579
+ * See the License for the specific language governing permissions and
580
+ * limitations under the License.
581
+ */
582
+ /*
583
+ * Backpack - Skyscanner's Design System
584
+ *
585
+ * Copyright 2016 Skyscanner Ltd
586
+ *
587
+ * Licensed under the Apache License, Version 2.0 (the "License");
588
+ * you may not use this file except in compliance with the License.
589
+ * You may obtain a copy of the License at
590
+ *
591
+ * http://www.apache.org/licenses/LICENSE-2.0
592
+ *
593
+ * Unless required by applicable law or agreed to in writing, software
594
+ * distributed under the License is distributed on an "AS IS" BASIS,
595
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
596
+ * See the License for the specific language governing permissions and
597
+ * limitations under the License.
598
+ */
599
+ /*
600
+ *
601
+ * Backpack - Skyscanner's Design System
602
+ *
603
+ * Copyright 2016-2021 Skyscanner Ltd
604
+ *
605
+ * Licensed under the Apache License, Version 2.0 (the "License");
606
+ * you may not use this file except in compliance with the License.
607
+ * You may obtain a copy of the License at
608
+ *
609
+ * http://www.apache.org/licenses/LICENSE-2.0
610
+ *
611
+ * Unless required by applicable law or agreed to in writing, software
612
+ * distributed under the License is distributed on an "AS IS" BASIS,
613
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
614
+ * See the License for the specific language governing permissions and
615
+ * limitations under the License.
616
+ *
617
+ */
618
+ /*
619
+ * Backpack - Skyscanner's Design System
620
+ *
621
+ * Copyright 2016 Skyscanner Ltd
622
+ *
623
+ * Licensed under the Apache License, Version 2.0 (the "License");
624
+ * you may not use this file except in compliance with the License.
625
+ * You may obtain a copy of the License at
626
+ *
627
+ * http://www.apache.org/licenses/LICENSE-2.0
628
+ *
629
+ * Unless required by applicable law or agreed to in writing, software
630
+ * distributed under the License is distributed on an "AS IS" BASIS,
631
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
632
+ * See the License for the specific language governing permissions and
633
+ * limitations under the License.
634
+ */
635
+ /*
636
+ * Backpack - Skyscanner's Design System
637
+ *
638
+ * Copyright 2016 Skyscanner Ltd
639
+ *
640
+ * Licensed under the Apache License, Version 2.0 (the "License");
641
+ * you may not use this file except in compliance with the License.
642
+ * You may obtain a copy of the License at
643
+ *
644
+ * http://www.apache.org/licenses/LICENSE-2.0
645
+ *
646
+ * Unless required by applicable law or agreed to in writing, software
647
+ * distributed under the License is distributed on an "AS IS" BASIS,
648
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
649
+ * See the License for the specific language governing permissions and
650
+ * limitations under the License.
651
+ */
652
+ /*
653
+ *
654
+ * Backpack - Skyscanner's Design System
655
+ *
656
+ * Copyright 2016-2021 Skyscanner Ltd
657
+ *
658
+ * Licensed under the Apache License, Version 2.0 (the "License");
659
+ * you may not use this file except in compliance with the License.
660
+ * You may obtain a copy of the License at
661
+ *
662
+ * http://www.apache.org/licenses/LICENSE-2.0
663
+ *
664
+ * Unless required by applicable law or agreed to in writing, software
665
+ * distributed under the License is distributed on an "AS IS" BASIS,
666
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
667
+ * See the License for the specific language governing permissions and
668
+ * limitations under the License.
669
+ *
670
+ */
671
+ /*
672
+ * Backpack - Skyscanner's Design System
673
+ *
674
+ * Copyright 2016 Skyscanner Ltd
675
+ *
676
+ * Licensed under the Apache License, Version 2.0 (the "License");
677
+ * you may not use this file except in compliance with the License.
678
+ * You may obtain a copy of the License at
679
+ *
680
+ * http://www.apache.org/licenses/LICENSE-2.0
681
+ *
682
+ * Unless required by applicable law or agreed to in writing, software
683
+ * distributed under the License is distributed on an "AS IS" BASIS,
684
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
685
+ * See the License for the specific language governing permissions and
686
+ * limitations under the License.
687
+ */
688
+ /*
689
+ * Backpack - Skyscanner's Design System
690
+ *
691
+ * Copyright 2016 Skyscanner Ltd
692
+ *
693
+ * Licensed under the Apache License, Version 2.0 (the "License");
694
+ * you may not use this file except in compliance with the License.
695
+ * You may obtain a copy of the License at
696
+ *
697
+ * http://www.apache.org/licenses/LICENSE-2.0
698
+ *
699
+ * Unless required by applicable law or agreed to in writing, software
700
+ * distributed under the License is distributed on an "AS IS" BASIS,
701
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
702
+ * See the License for the specific language governing permissions and
703
+ * limitations under the License.
704
+ */
705
+ /*
706
+ *
707
+ * Backpack - Skyscanner's Design System
708
+ *
709
+ * Copyright 2016-2021 Skyscanner Ltd
710
+ *
711
+ * Licensed under the Apache License, Version 2.0 (the "License");
712
+ * you may not use this file except in compliance with the License.
713
+ * You may obtain a copy of the License at
714
+ *
715
+ * http://www.apache.org/licenses/LICENSE-2.0
716
+ *
717
+ * Unless required by applicable law or agreed to in writing, software
718
+ * distributed under the License is distributed on an "AS IS" BASIS,
719
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
720
+ * See the License for the specific language governing permissions and
721
+ * limitations under the License.
722
+ *
723
+ */
724
+ /*
725
+ * Backpack - Skyscanner's Design System
726
+ *
727
+ * Copyright 2016 Skyscanner Ltd
728
+ *
729
+ * Licensed under the Apache License, Version 2.0 (the "License");
730
+ * you may not use this file except in compliance with the License.
731
+ * You may obtain a copy of the License at
732
+ *
733
+ * http://www.apache.org/licenses/LICENSE-2.0
734
+ *
735
+ * Unless required by applicable law or agreed to in writing, software
736
+ * distributed under the License is distributed on an "AS IS" BASIS,
737
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
738
+ * See the License for the specific language governing permissions and
739
+ * limitations under the License.
740
+ */
741
+ /*
742
+ * Backpack - Skyscanner's Design System
743
+ *
744
+ * Copyright 2016 Skyscanner Ltd
745
+ *
746
+ * Licensed under the Apache License, Version 2.0 (the "License");
747
+ * you may not use this file except in compliance with the License.
748
+ * You may obtain a copy of the License at
749
+ *
750
+ * http://www.apache.org/licenses/LICENSE-2.0
751
+ *
752
+ * Unless required by applicable law or agreed to in writing, software
753
+ * distributed under the License is distributed on an "AS IS" BASIS,
754
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
755
+ * See the License for the specific language governing permissions and
756
+ * limitations under the License.
757
+ */
758
+ /*
759
+ *
760
+ * Backpack - Skyscanner's Design System
761
+ *
762
+ * Copyright 2016-2021 Skyscanner Ltd
763
+ *
764
+ * Licensed under the Apache License, Version 2.0 (the "License");
765
+ * you may not use this file except in compliance with the License.
766
+ * You may obtain a copy of the License at
767
+ *
768
+ * http://www.apache.org/licenses/LICENSE-2.0
769
+ *
770
+ * Unless required by applicable law or agreed to in writing, software
771
+ * distributed under the License is distributed on an "AS IS" BASIS,
772
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
773
+ * See the License for the specific language governing permissions and
774
+ * limitations under the License.
775
+ *
776
+ */
777
+ /*
778
+ * Backpack - Skyscanner's Design System
779
+ *
780
+ * Copyright 2016 Skyscanner Ltd
781
+ *
782
+ * Licensed under the Apache License, Version 2.0 (the "License");
783
+ * you may not use this file except in compliance with the License.
784
+ * You may obtain a copy of the License at
785
+ *
786
+ * http://www.apache.org/licenses/LICENSE-2.0
787
+ *
788
+ * Unless required by applicable law or agreed to in writing, software
789
+ * distributed under the License is distributed on an "AS IS" BASIS,
790
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
791
+ * See the License for the specific language governing permissions and
792
+ * limitations under the License.
793
+ */
794
+ /*
795
+ * Backpack - Skyscanner's Design System
796
+ *
797
+ * Copyright 2016 Skyscanner Ltd
798
+ *
799
+ * Licensed under the Apache License, Version 2.0 (the "License");
800
+ * you may not use this file except in compliance with the License.
801
+ * You may obtain a copy of the License at
802
+ *
803
+ * http://www.apache.org/licenses/LICENSE-2.0
804
+ *
805
+ * Unless required by applicable law or agreed to in writing, software
806
+ * distributed under the License is distributed on an "AS IS" BASIS,
807
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
808
+ * See the License for the specific language governing permissions and
809
+ * limitations under the License.
810
+ */
811
+ /*
812
+ *
813
+ * Backpack - Skyscanner's Design System
814
+ *
815
+ * Copyright 2016-2021 Skyscanner Ltd
816
+ *
817
+ * Licensed under the Apache License, Version 2.0 (the "License");
818
+ * you may not use this file except in compliance with the License.
819
+ * You may obtain a copy of the License at
820
+ *
821
+ * http://www.apache.org/licenses/LICENSE-2.0
822
+ *
823
+ * Unless required by applicable law or agreed to in writing, software
824
+ * distributed under the License is distributed on an "AS IS" BASIS,
825
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
826
+ * See the License for the specific language governing permissions and
827
+ * limitations under the License.
828
+ *
829
+ */
830
+ /*
831
+ * Backpack - Skyscanner's Design System
832
+ *
833
+ * Copyright 2016 Skyscanner Ltd
834
+ *
835
+ * Licensed under the Apache License, Version 2.0 (the "License");
836
+ * you may not use this file except in compliance with the License.
837
+ * You may obtain a copy of the License at
838
+ *
839
+ * http://www.apache.org/licenses/LICENSE-2.0
840
+ *
841
+ * Unless required by applicable law or agreed to in writing, software
842
+ * distributed under the License is distributed on an "AS IS" BASIS,
843
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
844
+ * See the License for the specific language governing permissions and
845
+ * limitations under the License.
846
+ */
847
+ /*
848
+ * Backpack - Skyscanner's Design System
849
+ *
850
+ * Copyright 2016 Skyscanner Ltd
851
+ *
852
+ * Licensed under the Apache License, Version 2.0 (the "License");
853
+ * you may not use this file except in compliance with the License.
854
+ * You may obtain a copy of the License at
855
+ *
856
+ * http://www.apache.org/licenses/LICENSE-2.0
857
+ *
858
+ * Unless required by applicable law or agreed to in writing, software
859
+ * distributed under the License is distributed on an "AS IS" BASIS,
860
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
861
+ * See the License for the specific language governing permissions and
862
+ * limitations under the License.
863
+ */
864
+ /*
865
+ *
866
+ * Backpack - Skyscanner's Design System
867
+ *
868
+ * Copyright 2016-2021 Skyscanner Ltd
869
+ *
870
+ * Licensed under the Apache License, Version 2.0 (the "License");
871
+ * you may not use this file except in compliance with the License.
872
+ * You may obtain a copy of the License at
873
+ *
874
+ * http://www.apache.org/licenses/LICENSE-2.0
875
+ *
876
+ * Unless required by applicable law or agreed to in writing, software
877
+ * distributed under the License is distributed on an "AS IS" BASIS,
878
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
879
+ * See the License for the specific language governing permissions and
880
+ * limitations under the License.
881
+ *
882
+ */
883
+ /*
884
+ * Backpack - Skyscanner's Design System
885
+ *
886
+ * Copyright 2016 Skyscanner Ltd
887
+ *
888
+ * Licensed under the Apache License, Version 2.0 (the "License");
889
+ * you may not use this file except in compliance with the License.
890
+ * You may obtain a copy of the License at
891
+ *
892
+ * http://www.apache.org/licenses/LICENSE-2.0
893
+ *
894
+ * Unless required by applicable law or agreed to in writing, software
895
+ * distributed under the License is distributed on an "AS IS" BASIS,
896
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
897
+ * See the License for the specific language governing permissions and
898
+ * limitations under the License.
899
+ */
900
+ /*
901
+ * Backpack - Skyscanner's Design System
902
+ *
903
+ * Copyright 2016 Skyscanner Ltd
904
+ *
905
+ * Licensed under the Apache License, Version 2.0 (the "License");
906
+ * you may not use this file except in compliance with the License.
907
+ * You may obtain a copy of the License at
908
+ *
909
+ * http://www.apache.org/licenses/LICENSE-2.0
910
+ *
911
+ * Unless required by applicable law or agreed to in writing, software
912
+ * distributed under the License is distributed on an "AS IS" BASIS,
913
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
914
+ * See the License for the specific language governing permissions and
915
+ * limitations under the License.
916
+ */
917
+ /*
918
+ *
919
+ * Backpack - Skyscanner's Design System
920
+ *
921
+ * Copyright 2016-2021 Skyscanner Ltd
922
+ *
923
+ * Licensed under the Apache License, Version 2.0 (the "License");
924
+ * you may not use this file except in compliance with the License.
925
+ * You may obtain a copy of the License at
926
+ *
927
+ * http://www.apache.org/licenses/LICENSE-2.0
928
+ *
929
+ * Unless required by applicable law or agreed to in writing, software
930
+ * distributed under the License is distributed on an "AS IS" BASIS,
931
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
932
+ * See the License for the specific language governing permissions and
933
+ * limitations under the License.
934
+ *
935
+ */
936
+ /*
937
+ * Backpack - Skyscanner's Design System
938
+ *
939
+ * Copyright 2016 Skyscanner Ltd
940
+ *
941
+ * Licensed under the Apache License, Version 2.0 (the "License");
942
+ * you may not use this file except in compliance with the License.
943
+ * You may obtain a copy of the License at
944
+ *
945
+ * http://www.apache.org/licenses/LICENSE-2.0
946
+ *
947
+ * Unless required by applicable law or agreed to in writing, software
948
+ * distributed under the License is distributed on an "AS IS" BASIS,
949
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
950
+ * See the License for the specific language governing permissions and
951
+ * limitations under the License.
952
+ */
953
+ /*
954
+ * Backpack - Skyscanner's Design System
955
+ *
956
+ * Copyright 2016 Skyscanner Ltd
957
+ *
958
+ * Licensed under the Apache License, Version 2.0 (the "License");
959
+ * you may not use this file except in compliance with the License.
960
+ * You may obtain a copy of the License at
961
+ *
962
+ * http://www.apache.org/licenses/LICENSE-2.0
963
+ *
964
+ * Unless required by applicable law or agreed to in writing, software
965
+ * distributed under the License is distributed on an "AS IS" BASIS,
966
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
967
+ * See the License for the specific language governing permissions and
968
+ * limitations under the License.
969
+ */
970
+ /*
971
+ * Backpack - Skyscanner's Design System
972
+ *
973
+ * Copyright 2016 Skyscanner Ltd
974
+ *
975
+ * Licensed under the Apache License, Version 2.0 (the "License");
976
+ * you may not use this file except in compliance with the License.
977
+ * You may obtain a copy of the License at
978
+ *
979
+ * http://www.apache.org/licenses/LICENSE-2.0
980
+ *
981
+ * Unless required by applicable law or agreed to in writing, software
982
+ * distributed under the License is distributed on an "AS IS" BASIS,
983
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
984
+ * See the License for the specific language governing permissions and
985
+ * limitations under the License.
986
+ */
987
+ /*
988
+ *
989
+ * Backpack - Skyscanner's Design System
990
+ *
991
+ * Copyright 2016-2021 Skyscanner Ltd
992
+ *
993
+ * Licensed under the Apache License, Version 2.0 (the "License");
994
+ * you may not use this file except in compliance with the License.
995
+ * You may obtain a copy of the License at
996
+ *
997
+ * http://www.apache.org/licenses/LICENSE-2.0
998
+ *
999
+ * Unless required by applicable law or agreed to in writing, software
1000
+ * distributed under the License is distributed on an "AS IS" BASIS,
1001
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1002
+ * See the License for the specific language governing permissions and
1003
+ * limitations under the License.
1004
+ *
1005
+ */
1006
+ /*
1007
+ * Backpack - Skyscanner's Design System
1008
+ *
1009
+ * Copyright 2016 Skyscanner Ltd
1010
+ *
1011
+ * Licensed under the Apache License, Version 2.0 (the "License");
1012
+ * you may not use this file except in compliance with the License.
1013
+ * You may obtain a copy of the License at
1014
+ *
1015
+ * http://www.apache.org/licenses/LICENSE-2.0
1016
+ *
1017
+ * Unless required by applicable law or agreed to in writing, software
1018
+ * distributed under the License is distributed on an "AS IS" BASIS,
1019
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1020
+ * See the License for the specific language governing permissions and
1021
+ * limitations under the License.
1022
+ */
1023
+ /*
1024
+ * Backpack - Skyscanner's Design System
1025
+ *
1026
+ * Copyright 2016 Skyscanner Ltd
1027
+ *
1028
+ * Licensed under the Apache License, Version 2.0 (the "License");
1029
+ * you may not use this file except in compliance with the License.
1030
+ * You may obtain a copy of the License at
1031
+ *
1032
+ * http://www.apache.org/licenses/LICENSE-2.0
1033
+ *
1034
+ * Unless required by applicable law or agreed to in writing, software
1035
+ * distributed under the License is distributed on an "AS IS" BASIS,
1036
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1037
+ * See the License for the specific language governing permissions and
1038
+ * limitations under the License.
1039
+ */
1040
+ /*
1041
+ *
1042
+ * Backpack - Skyscanner's Design System
1043
+ *
1044
+ * Copyright 2016-2021 Skyscanner Ltd
1045
+ *
1046
+ * Licensed under the Apache License, Version 2.0 (the "License");
1047
+ * you may not use this file except in compliance with the License.
1048
+ * You may obtain a copy of the License at
1049
+ *
1050
+ * http://www.apache.org/licenses/LICENSE-2.0
1051
+ *
1052
+ * Unless required by applicable law or agreed to in writing, software
1053
+ * distributed under the License is distributed on an "AS IS" BASIS,
1054
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1055
+ * See the License for the specific language governing permissions and
1056
+ * limitations under the License.
1057
+ *
1058
+ */
1059
+ /*
1060
+ * Backpack - Skyscanner's Design System
1061
+ *
1062
+ * Copyright 2016 Skyscanner Ltd
1063
+ *
1064
+ * Licensed under the Apache License, Version 2.0 (the "License");
1065
+ * you may not use this file except in compliance with the License.
1066
+ * You may obtain a copy of the License at
1067
+ *
1068
+ * http://www.apache.org/licenses/LICENSE-2.0
1069
+ *
1070
+ * Unless required by applicable law or agreed to in writing, software
1071
+ * distributed under the License is distributed on an "AS IS" BASIS,
1072
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1073
+ * See the License for the specific language governing permissions and
1074
+ * limitations under the License.
1075
+ */
1076
+ /*
1077
+ * Backpack - Skyscanner's Design System
1078
+ *
1079
+ * Copyright 2016 Skyscanner Ltd
1080
+ *
1081
+ * Licensed under the Apache License, Version 2.0 (the "License");
1082
+ * you may not use this file except in compliance with the License.
1083
+ * You may obtain a copy of the License at
1084
+ *
1085
+ * http://www.apache.org/licenses/LICENSE-2.0
1086
+ *
1087
+ * Unless required by applicable law or agreed to in writing, software
1088
+ * distributed under the License is distributed on an "AS IS" BASIS,
1089
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1090
+ * See the License for the specific language governing permissions and
1091
+ * limitations under the License.
1092
+ */
1093
+ /*
1094
+ *
1095
+ * Backpack - Skyscanner's Design System
1096
+ *
1097
+ * Copyright 2016-2021 Skyscanner Ltd
1098
+ *
1099
+ * Licensed under the Apache License, Version 2.0 (the "License");
1100
+ * you may not use this file except in compliance with the License.
1101
+ * You may obtain a copy of the License at
1102
+ *
1103
+ * http://www.apache.org/licenses/LICENSE-2.0
1104
+ *
1105
+ * Unless required by applicable law or agreed to in writing, software
1106
+ * distributed under the License is distributed on an "AS IS" BASIS,
1107
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1108
+ * See the License for the specific language governing permissions and
1109
+ * limitations under the License.
1110
+ *
1111
+ */
1112
+ /*
1113
+ * Backpack - Skyscanner's Design System
1114
+ *
1115
+ * Copyright 2016 Skyscanner Ltd
1116
+ *
1117
+ * Licensed under the Apache License, Version 2.0 (the "License");
1118
+ * you may not use this file except in compliance with the License.
1119
+ * You may obtain a copy of the License at
1120
+ *
1121
+ * http://www.apache.org/licenses/LICENSE-2.0
1122
+ *
1123
+ * Unless required by applicable law or agreed to in writing, software
1124
+ * distributed under the License is distributed on an "AS IS" BASIS,
1125
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1126
+ * See the License for the specific language governing permissions and
1127
+ * limitations under the License.
1128
+ */
1129
+ /*
1130
+ * Backpack - Skyscanner's Design System
1131
+ *
1132
+ * Copyright 2016 Skyscanner Ltd
1133
+ *
1134
+ * Licensed under the Apache License, Version 2.0 (the "License");
1135
+ * you may not use this file except in compliance with the License.
1136
+ * You may obtain a copy of the License at
1137
+ *
1138
+ * http://www.apache.org/licenses/LICENSE-2.0
1139
+ *
1140
+ * Unless required by applicable law or agreed to in writing, software
1141
+ * distributed under the License is distributed on an "AS IS" BASIS,
1142
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1143
+ * See the License for the specific language governing permissions and
1144
+ * limitations under the License.
1145
+ */
1146
+ /*
1147
+ *
1148
+ * Backpack - Skyscanner's Design System
1149
+ *
1150
+ * Copyright 2016-2021 Skyscanner Ltd
1151
+ *
1152
+ * Licensed under the Apache License, Version 2.0 (the "License");
1153
+ * you may not use this file except in compliance with the License.
1154
+ * You may obtain a copy of the License at
1155
+ *
1156
+ * http://www.apache.org/licenses/LICENSE-2.0
1157
+ *
1158
+ * Unless required by applicable law or agreed to in writing, software
1159
+ * distributed under the License is distributed on an "AS IS" BASIS,
1160
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1161
+ * See the License for the specific language governing permissions and
1162
+ * limitations under the License.
1163
+ *
1164
+ */
1165
+ /*
1166
+ * Backpack - Skyscanner's Design System
1167
+ *
1168
+ * Copyright 2016 Skyscanner Ltd
1169
+ *
1170
+ * Licensed under the Apache License, Version 2.0 (the "License");
1171
+ * you may not use this file except in compliance with the License.
1172
+ * You may obtain a copy of the License at
1173
+ *
1174
+ * http://www.apache.org/licenses/LICENSE-2.0
1175
+ *
1176
+ * Unless required by applicable law or agreed to in writing, software
1177
+ * distributed under the License is distributed on an "AS IS" BASIS,
1178
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1179
+ * See the License for the specific language governing permissions and
1180
+ * limitations under the License.
1181
+ */
1182
+ /*
1183
+ * Backpack - Skyscanner's Design System
1184
+ *
1185
+ * Copyright 2016 Skyscanner Ltd
1186
+ *
1187
+ * Licensed under the Apache License, Version 2.0 (the "License");
1188
+ * you may not use this file except in compliance with the License.
1189
+ * You may obtain a copy of the License at
1190
+ *
1191
+ * http://www.apache.org/licenses/LICENSE-2.0
1192
+ *
1193
+ * Unless required by applicable law or agreed to in writing, software
1194
+ * distributed under the License is distributed on an "AS IS" BASIS,
1195
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1196
+ * See the License for the specific language governing permissions and
1197
+ * limitations under the License.
1198
+ */
1199
+ /*
1200
+ * Backpack - Skyscanner's Design System
1201
+ *
1202
+ * Copyright 2016 Skyscanner Ltd
1203
+ *
1204
+ * Licensed under the Apache License, Version 2.0 (the "License");
1205
+ * you may not use this file except in compliance with the License.
1206
+ * You may obtain a copy of the License at
1207
+ *
1208
+ * http://www.apache.org/licenses/LICENSE-2.0
1209
+ *
1210
+ * Unless required by applicable law or agreed to in writing, software
1211
+ * distributed under the License is distributed on an "AS IS" BASIS,
1212
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1213
+ * See the License for the specific language governing permissions and
1214
+ * limitations under the License.
1215
+ */
1216
+ /*
1217
+ *
1218
+ * Backpack - Skyscanner's Design System
1219
+ *
1220
+ * Copyright 2016-2021 Skyscanner Ltd
1221
+ *
1222
+ * Licensed under the Apache License, Version 2.0 (the "License");
1223
+ * you may not use this file except in compliance with the License.
1224
+ * You may obtain a copy of the License at
1225
+ *
1226
+ * http://www.apache.org/licenses/LICENSE-2.0
1227
+ *
1228
+ * Unless required by applicable law or agreed to in writing, software
1229
+ * distributed under the License is distributed on an "AS IS" BASIS,
1230
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1231
+ * See the License for the specific language governing permissions and
1232
+ * limitations under the License.
1233
+ *
1234
+ */
1235
+ /*
1236
+ * Backpack - Skyscanner's Design System
1237
+ *
1238
+ * Copyright 2016 Skyscanner Ltd
1239
+ *
1240
+ * Licensed under the Apache License, Version 2.0 (the "License");
1241
+ * you may not use this file except in compliance with the License.
1242
+ * You may obtain a copy of the License at
1243
+ *
1244
+ * http://www.apache.org/licenses/LICENSE-2.0
1245
+ *
1246
+ * Unless required by applicable law or agreed to in writing, software
1247
+ * distributed under the License is distributed on an "AS IS" BASIS,
1248
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1249
+ * See the License for the specific language governing permissions and
1250
+ * limitations under the License.
1251
+ */
1252
+ /*
1253
+ * Backpack - Skyscanner's Design System
1254
+ *
1255
+ * Copyright 2016 Skyscanner Ltd
1256
+ *
1257
+ * Licensed under the Apache License, Version 2.0 (the "License");
1258
+ * you may not use this file except in compliance with the License.
1259
+ * You may obtain a copy of the License at
1260
+ *
1261
+ * http://www.apache.org/licenses/LICENSE-2.0
1262
+ *
1263
+ * Unless required by applicable law or agreed to in writing, software
1264
+ * distributed under the License is distributed on an "AS IS" BASIS,
1265
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1266
+ * See the License for the specific language governing permissions and
1267
+ * limitations under the License.
1268
+ */
1269
+ /*
1270
+ *
1271
+ * Backpack - Skyscanner's Design System
1272
+ *
1273
+ * Copyright 2016-2021 Skyscanner Ltd
1274
+ *
1275
+ * Licensed under the Apache License, Version 2.0 (the "License");
1276
+ * you may not use this file except in compliance with the License.
1277
+ * You may obtain a copy of the License at
1278
+ *
1279
+ * http://www.apache.org/licenses/LICENSE-2.0
1280
+ *
1281
+ * Unless required by applicable law or agreed to in writing, software
1282
+ * distributed under the License is distributed on an "AS IS" BASIS,
1283
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1284
+ * See the License for the specific language governing permissions and
1285
+ * limitations under the License.
1286
+ *
1287
+ */
1288
+ /*
1289
+ * Backpack - Skyscanner's Design System
1290
+ *
1291
+ * Copyright 2016 Skyscanner Ltd
1292
+ *
1293
+ * Licensed under the Apache License, Version 2.0 (the "License");
1294
+ * you may not use this file except in compliance with the License.
1295
+ * You may obtain a copy of the License at
1296
+ *
1297
+ * http://www.apache.org/licenses/LICENSE-2.0
1298
+ *
1299
+ * Unless required by applicable law or agreed to in writing, software
1300
+ * distributed under the License is distributed on an "AS IS" BASIS,
1301
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1302
+ * See the License for the specific language governing permissions and
1303
+ * limitations under the License.
1304
+ */
1305
+ /*
1306
+ * Backpack - Skyscanner's Design System
1307
+ *
1308
+ * Copyright 2016 Skyscanner Ltd
1309
+ *
1310
+ * Licensed under the Apache License, Version 2.0 (the "License");
1311
+ * you may not use this file except in compliance with the License.
1312
+ * You may obtain a copy of the License at
1313
+ *
1314
+ * http://www.apache.org/licenses/LICENSE-2.0
1315
+ *
1316
+ * Unless required by applicable law or agreed to in writing, software
1317
+ * distributed under the License is distributed on an "AS IS" BASIS,
1318
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1319
+ * See the License for the specific language governing permissions and
1320
+ * limitations under the License.
1321
+ */
1322
+ /*
1323
+ *
1324
+ * Backpack - Skyscanner's Design System
1325
+ *
1326
+ * Copyright 2016-2021 Skyscanner Ltd
1327
+ *
1328
+ * Licensed under the Apache License, Version 2.0 (the "License");
1329
+ * you may not use this file except in compliance with the License.
1330
+ * You may obtain a copy of the License at
1331
+ *
1332
+ * http://www.apache.org/licenses/LICENSE-2.0
1333
+ *
1334
+ * Unless required by applicable law or agreed to in writing, software
1335
+ * distributed under the License is distributed on an "AS IS" BASIS,
1336
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1337
+ * See the License for the specific language governing permissions and
1338
+ * limitations under the License.
1339
+ *
1340
+ */
1341
+ /*
1342
+ * Backpack - Skyscanner's Design System
1343
+ *
1344
+ * Copyright 2016 Skyscanner Ltd
1345
+ *
1346
+ * Licensed under the Apache License, Version 2.0 (the "License");
1347
+ * you may not use this file except in compliance with the License.
1348
+ * You may obtain a copy of the License at
1349
+ *
1350
+ * http://www.apache.org/licenses/LICENSE-2.0
1351
+ *
1352
+ * Unless required by applicable law or agreed to in writing, software
1353
+ * distributed under the License is distributed on an "AS IS" BASIS,
1354
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1355
+ * See the License for the specific language governing permissions and
1356
+ * limitations under the License.
1357
+ */
1358
+ /*
1359
+ * Backpack - Skyscanner's Design System
1360
+ *
1361
+ * Copyright 2016 Skyscanner Ltd
1362
+ *
1363
+ * Licensed under the Apache License, Version 2.0 (the "License");
1364
+ * you may not use this file except in compliance with the License.
1365
+ * You may obtain a copy of the License at
1366
+ *
1367
+ * http://www.apache.org/licenses/LICENSE-2.0
1368
+ *
1369
+ * Unless required by applicable law or agreed to in writing, software
1370
+ * distributed under the License is distributed on an "AS IS" BASIS,
1371
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1372
+ * See the License for the specific language governing permissions and
1373
+ * limitations under the License.
1374
+ */
1375
+ /*
1376
+ *
1377
+ * Backpack - Skyscanner's Design System
1378
+ *
1379
+ * Copyright 2016-2021 Skyscanner Ltd
1380
+ *
1381
+ * Licensed under the Apache License, Version 2.0 (the "License");
1382
+ * you may not use this file except in compliance with the License.
1383
+ * You may obtain a copy of the License at
1384
+ *
1385
+ * http://www.apache.org/licenses/LICENSE-2.0
1386
+ *
1387
+ * Unless required by applicable law or agreed to in writing, software
1388
+ * distributed under the License is distributed on an "AS IS" BASIS,
1389
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1390
+ * See the License for the specific language governing permissions and
1391
+ * limitations under the License.
1392
+ *
1393
+ */
1394
+ /*
1395
+ * Backpack - Skyscanner's Design System
1396
+ *
1397
+ * Copyright 2016 Skyscanner Ltd
1398
+ *
1399
+ * Licensed under the Apache License, Version 2.0 (the "License");
1400
+ * you may not use this file except in compliance with the License.
1401
+ * You may obtain a copy of the License at
1402
+ *
1403
+ * http://www.apache.org/licenses/LICENSE-2.0
1404
+ *
1405
+ * Unless required by applicable law or agreed to in writing, software
1406
+ * distributed under the License is distributed on an "AS IS" BASIS,
1407
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1408
+ * See the License for the specific language governing permissions and
1409
+ * limitations under the License.
1410
+ */
1411
+ /*
1412
+ * Backpack - Skyscanner's Design System
1413
+ *
1414
+ * Copyright 2016-2021 Skyscanner Ltd
1415
+ *
1416
+ * Licensed under the Apache License, Version 2.0 (the "License");
1417
+ * you may not use this file except in compliance with the License.
1418
+ * You may obtain a copy of the License at
1419
+ *
1420
+ * http://www.apache.org/licenses/LICENSE-2.0
1421
+ *
1422
+ * Unless required by applicable law or agreed to in writing, software
1423
+ * distributed under the License is distributed on an "AS IS" BASIS,
1424
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1425
+ * See the License for the specific language governing permissions and
1426
+ * limitations under the License.
1427
+ */
1428
+ /*
1429
+ * Backpack - Skyscanner's Design System
1430
+ *
1431
+ * Copyright 2016 Skyscanner Ltd
1432
+ *
1433
+ * Licensed under the Apache License, Version 2.0 (the "License");
1434
+ * you may not use this file except in compliance with the License.
1435
+ * You may obtain a copy of the License at
1436
+ *
1437
+ * http://www.apache.org/licenses/LICENSE-2.0
1438
+ *
1439
+ * Unless required by applicable law or agreed to in writing, software
1440
+ * distributed under the License is distributed on an "AS IS" BASIS,
1441
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1442
+ * See the License for the specific language governing permissions and
1443
+ * limitations under the License.
1444
+ */
1445
+ /*
1446
+ *
1447
+ * Backpack - Skyscanner's Design System
1448
+ *
1449
+ * Copyright 2016-2021 Skyscanner Ltd
1450
+ *
1451
+ * Licensed under the Apache License, Version 2.0 (the "License");
1452
+ * you may not use this file except in compliance with the License.
1453
+ * You may obtain a copy of the License at
1454
+ *
1455
+ * http://www.apache.org/licenses/LICENSE-2.0
1456
+ *
1457
+ * Unless required by applicable law or agreed to in writing, software
1458
+ * distributed under the License is distributed on an "AS IS" BASIS,
1459
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1460
+ * See the License for the specific language governing permissions and
1461
+ * limitations under the License.
1462
+ *
1463
+ */
1464
+ /*
1465
+ * Backpack - Skyscanner's Design System
1466
+ *
1467
+ * Copyright 2016 Skyscanner Ltd
1468
+ *
1469
+ * Licensed under the Apache License, Version 2.0 (the "License");
1470
+ * you may not use this file except in compliance with the License.
1471
+ * You may obtain a copy of the License at
1472
+ *
1473
+ * http://www.apache.org/licenses/LICENSE-2.0
1474
+ *
1475
+ * Unless required by applicable law or agreed to in writing, software
1476
+ * distributed under the License is distributed on an "AS IS" BASIS,
1477
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1478
+ * See the License for the specific language governing permissions and
1479
+ * limitations under the License.
1480
+ */
1481
+ @keyframes bpk-keyframe-spin {
1482
+ 100% {
1483
+ transform: rotate(1turn); } }
1484
+
1485
+ /*
1486
+ * Backpack - Skyscanner's Design System
1487
+ *
1488
+ * Copyright 2016 Skyscanner Ltd
1489
+ *
1490
+ * Licensed under the Apache License, Version 2.0 (the "License");
1491
+ * you may not use this file except in compliance with the License.
1492
+ * You may obtain a copy of the License at
1493
+ *
1494
+ * http://www.apache.org/licenses/LICENSE-2.0
1495
+ *
1496
+ * Unless required by applicable law or agreed to in writing, software
1497
+ * distributed under the License is distributed on an "AS IS" BASIS,
1498
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1499
+ * See the License for the specific language governing permissions and
1500
+ * limitations under the License.
1501
+ */
1502
+ /*
1503
+ * Backpack - Skyscanner's Design System
1504
+ *
1505
+ * Copyright 2016 Skyscanner Ltd
1506
+ *
1507
+ * Licensed under the Apache License, Version 2.0 (the "License");
1508
+ * you may not use this file except in compliance with the License.
1509
+ * You may obtain a copy of the License at
1510
+ *
1511
+ * http://www.apache.org/licenses/LICENSE-2.0
1512
+ *
1513
+ * Unless required by applicable law or agreed to in writing, software
1514
+ * distributed under the License is distributed on an "AS IS" BASIS,
1515
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1516
+ * See the License for the specific language governing permissions and
1517
+ * limitations under the License.
1518
+ */
1519
+ /*
1520
+ *
1521
+ * Backpack - Skyscanner's Design System
1522
+ *
1523
+ * Copyright 2016-2021 Skyscanner Ltd
1524
+ *
1525
+ * Licensed under the Apache License, Version 2.0 (the "License");
1526
+ * you may not use this file except in compliance with the License.
1527
+ * You may obtain a copy of the License at
1528
+ *
1529
+ * http://www.apache.org/licenses/LICENSE-2.0
1530
+ *
1531
+ * Unless required by applicable law or agreed to in writing, software
1532
+ * distributed under the License is distributed on an "AS IS" BASIS,
1533
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1534
+ * See the License for the specific language governing permissions and
1535
+ * limitations under the License.
1536
+ *
1537
+ */
1538
+ /*
1539
+ * Backpack - Skyscanner's Design System
1540
+ *
1541
+ * Copyright 2016 Skyscanner Ltd
1542
+ *
1543
+ * Licensed under the Apache License, Version 2.0 (the "License");
1544
+ * you may not use this file except in compliance with the License.
1545
+ * You may obtain a copy of the License at
1546
+ *
1547
+ * http://www.apache.org/licenses/LICENSE-2.0
1548
+ *
1549
+ * Unless required by applicable law or agreed to in writing, software
1550
+ * distributed under the License is distributed on an "AS IS" BASIS,
1551
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1552
+ * See the License for the specific language governing permissions and
1553
+ * limitations under the License.
1554
+ */
1555
+ /*
1556
+ * Backpack - Skyscanner's Design System
1557
+ *
1558
+ * Copyright 2016 Skyscanner Ltd
1559
+ *
1560
+ * Licensed under the Apache License, Version 2.0 (the "License");
1561
+ * you may not use this file except in compliance with the License.
1562
+ * You may obtain a copy of the License at
1563
+ *
1564
+ * http://www.apache.org/licenses/LICENSE-2.0
1565
+ *
1566
+ * Unless required by applicable law or agreed to in writing, software
1567
+ * distributed under the License is distributed on an "AS IS" BASIS,
1568
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1569
+ * See the License for the specific language governing permissions and
1570
+ * limitations under the License.
1571
+ */
1572
+ /*
1573
+ *
1574
+ * Backpack - Skyscanner's Design System
1575
+ *
1576
+ * Copyright 2016-2021 Skyscanner Ltd
1577
+ *
1578
+ * Licensed under the Apache License, Version 2.0 (the "License");
1579
+ * you may not use this file except in compliance with the License.
1580
+ * You may obtain a copy of the License at
1581
+ *
1582
+ * http://www.apache.org/licenses/LICENSE-2.0
1583
+ *
1584
+ * Unless required by applicable law or agreed to in writing, software
1585
+ * distributed under the License is distributed on an "AS IS" BASIS,
1586
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1587
+ * See the License for the specific language governing permissions and
1588
+ * limitations under the License.
1589
+ *
1590
+ */
1591
+ /*
1592
+ * Backpack - Skyscanner's Design System
1593
+ *
1594
+ * Copyright 2016 Skyscanner Ltd
1595
+ *
1596
+ * Licensed under the Apache License, Version 2.0 (the "License");
1597
+ * you may not use this file except in compliance with the License.
1598
+ * You may obtain a copy of the License at
1599
+ *
1600
+ * http://www.apache.org/licenses/LICENSE-2.0
1601
+ *
1602
+ * Unless required by applicable law or agreed to in writing, software
1603
+ * distributed under the License is distributed on an "AS IS" BASIS,
1604
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1605
+ * See the License for the specific language governing permissions and
1606
+ * limitations under the License.
1607
+ */
1608
+ html {
1609
+ font-size: 100%;
1610
+ box-sizing: border-box; }
1611
+
1612
+ * {
1613
+ box-sizing: inherit; }
1614
+ *::before, *::after {
1615
+ box-sizing: inherit; }
1616
+
1617
+ /* stylelint-disable selector-class-pattern */
1618
+ body {
1619
+ color: #161616;
1620
+ font-family: "Skyscanner Relative", -apple-system, BlinkMacSystemFont, "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
1621
+ font-size: 1rem;
1622
+ line-height: 1.3rem;
1623
+ /* stylelint-disable-line scale-unlimited/declaration-strict-value */ }
1624
+ :global(body.scaffold-font-size) {
1625
+ font-size: 13px;
1626
+ /* stylelint-disable-line unit-disallowed-list, scale-unlimited/declaration-strict-value */ }
1627
+ :global(body.enable-font-smoothing) {
1628
+ -webkit-font-smoothing: antialiased; }
1629
+
1630
+ :global(.hidden),
1631
+ :global(.hide) {
1632
+ display: none !important;
1633
+ /* stylelint-disable-line declaration-no-important */ }
1634
+
1635
+ :global(.visuallyhidden),
1636
+ :global(.visually-hidden) {
1637
+ position: absolute;
1638
+ width: 1px;
1639
+ /* stylelint-disable-line unit-disallowed-list */
1640
+ height: 1px;
1641
+ /* stylelint-disable-line unit-disallowed-list */
1642
+ margin: -1px;
1643
+ /* stylelint-disable-line unit-disallowed-list */
1644
+ padding: 0;
1645
+ border: 0;
1646
+ overflow: hidden;
1647
+ clip: rect(0 0 0 0); }
1648
+
1649
+ :global(.visuallyhidden.focusable):active, :global(.visuallyhidden.focusable):focus,
1650
+ :global(.visually-hidden.focusable):active,
1651
+ :global(.visually-hidden.focusable):focus {
1652
+ position: static;
1653
+ width: auto;
1654
+ height: auto;
1655
+ margin: 0;
1656
+ overflow: visible;
1657
+ clip: auto; }
1658
+
1659
+ :global(.invisible) {
1660
+ visibility: hidden; }
1661
+
1662
+ :global(.clearfix)::before, :global(.clearfix)::after {
1663
+ content: '';
1664
+ display: table; }
1665
+
1666
+ :global(.clearfix)::after {
1667
+ clear: both; }
1668
+
1669
+ /* stylelint-enable */
1670
+