catabler 1.0.0.pre.beta15.1 → 1.0.0.pre.beta20.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +34 -0
- data/app/assets/javascript/tabler.esm.js +2276 -3120
- data/app/assets/javascript/tabler.esm.min.js +8 -8
- data/app/assets/javascript/tabler.js +2276 -3120
- data/app/assets/javascript/tabler.min.js +8 -8
- data/app/assets/stylesheets/tabler-flags.css +1084 -0
- data/app/assets/stylesheets/tabler-flags.min.css +9 -0
- data/app/assets/stylesheets/tabler-flags.rtl.css +1084 -0
- data/app/assets/stylesheets/tabler-flags.rtl.min.css +9 -0
- data/app/assets/stylesheets/tabler-payments.css +528 -0
- data/app/assets/stylesheets/tabler-payments.min.css +9 -0
- data/app/assets/stylesheets/tabler-payments.rtl.css +528 -0
- data/app/assets/stylesheets/tabler-payments.rtl.min.css +9 -0
- data/app/assets/stylesheets/tabler-social.css +10 -0
- data/app/assets/stylesheets/tabler-social.min.css +8 -0
- data/app/assets/stylesheets/tabler-social.rtl.css +10 -0
- data/app/assets/stylesheets/tabler-social.rtl.min.css +8 -0
- data/app/assets/stylesheets/tabler-vendors.css +1504 -0
- data/app/assets/stylesheets/tabler-vendors.min.css +9 -0
- data/app/assets/stylesheets/tabler-vendors.rtl.css +1504 -0
- data/app/assets/stylesheets/tabler-vendors.rtl.min.css +9 -0
- data/app/assets/stylesheets/tabler.css +6964 -3571
- data/app/assets/stylesheets/tabler.min.css +9 -10
- data/app/assets/stylesheets/tabler.rtl.css +25777 -0
- data/app/assets/stylesheets/tabler.rtl.min.css +13 -0
- data/lib/catabler/version.rb +1 -1
- metadata +22 -4
@@ -0,0 +1,1084 @@
|
|
1
|
+
/*!
|
2
|
+
* Tabler v1.0.0-beta20 (https://tabler.io)
|
3
|
+
* @version 1.0.0-beta20
|
4
|
+
* @link https://tabler.io
|
5
|
+
* Copyright 2018-2023 The Tabler Authors
|
6
|
+
* Copyright 2018-2023 codecalm.net Paweł Kuna
|
7
|
+
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
8
|
+
*/
|
9
|
+
/* prettier-ignore */
|
10
|
+
/* prettier-ignore */
|
11
|
+
.flag {
|
12
|
+
position: relative;
|
13
|
+
display: inline-block;
|
14
|
+
height: 2.5rem;
|
15
|
+
aspect-ratio: 1.33333;
|
16
|
+
background: no-repeat center/cover;
|
17
|
+
box-shadow: var(--tblr-box-shadow-border);
|
18
|
+
border-radius: var(--tblr-border-radius);
|
19
|
+
vertical-align: bottom;
|
20
|
+
}
|
21
|
+
.flag.flag-country-np {
|
22
|
+
box-shadow: none;
|
23
|
+
border-radius: 0;
|
24
|
+
}
|
25
|
+
|
26
|
+
.flag-country-ad {
|
27
|
+
background-image: url("../img/flags/ad.svg");
|
28
|
+
}
|
29
|
+
|
30
|
+
.flag-country-af {
|
31
|
+
background-image: url("../img/flags/af.svg");
|
32
|
+
}
|
33
|
+
|
34
|
+
.flag-country-ae {
|
35
|
+
background-image: url("../img/flags/ae.svg");
|
36
|
+
}
|
37
|
+
|
38
|
+
.flag-country-afrun {
|
39
|
+
background-image: url("../img/flags/afrun.svg");
|
40
|
+
}
|
41
|
+
|
42
|
+
.flag-country-ag {
|
43
|
+
background-image: url("../img/flags/ag.svg");
|
44
|
+
}
|
45
|
+
|
46
|
+
.flag-country-ai {
|
47
|
+
background-image: url("../img/flags/ai.svg");
|
48
|
+
}
|
49
|
+
|
50
|
+
.flag-country-al {
|
51
|
+
background-image: url("../img/flags/al.svg");
|
52
|
+
}
|
53
|
+
|
54
|
+
.flag-country-am {
|
55
|
+
background-image: url("../img/flags/am.svg");
|
56
|
+
}
|
57
|
+
|
58
|
+
.flag-country-ams {
|
59
|
+
background-image: url("../img/flags/ams.svg");
|
60
|
+
}
|
61
|
+
|
62
|
+
.flag-country-ao {
|
63
|
+
background-image: url("../img/flags/ao.svg");
|
64
|
+
}
|
65
|
+
|
66
|
+
.flag-country-aq {
|
67
|
+
background-image: url("../img/flags/aq.svg");
|
68
|
+
}
|
69
|
+
|
70
|
+
.flag-country-ar {
|
71
|
+
background-image: url("../img/flags/ar.svg");
|
72
|
+
}
|
73
|
+
|
74
|
+
.flag-country-as {
|
75
|
+
background-image: url("../img/flags/as.svg");
|
76
|
+
}
|
77
|
+
|
78
|
+
.flag-country-at {
|
79
|
+
background-image: url("../img/flags/at.svg");
|
80
|
+
}
|
81
|
+
|
82
|
+
.flag-country-au {
|
83
|
+
background-image: url("../img/flags/au.svg");
|
84
|
+
}
|
85
|
+
|
86
|
+
.flag-country-aw {
|
87
|
+
background-image: url("../img/flags/aw.svg");
|
88
|
+
}
|
89
|
+
|
90
|
+
.flag-country-ax {
|
91
|
+
background-image: url("../img/flags/ax.svg");
|
92
|
+
}
|
93
|
+
|
94
|
+
.flag-country-az {
|
95
|
+
background-image: url("../img/flags/az.svg");
|
96
|
+
}
|
97
|
+
|
98
|
+
.flag-country-ba {
|
99
|
+
background-image: url("../img/flags/ba.svg");
|
100
|
+
}
|
101
|
+
|
102
|
+
.flag-country-bb {
|
103
|
+
background-image: url("../img/flags/bb.svg");
|
104
|
+
}
|
105
|
+
|
106
|
+
.flag-country-bd {
|
107
|
+
background-image: url("../img/flags/bd.svg");
|
108
|
+
}
|
109
|
+
|
110
|
+
.flag-country-be {
|
111
|
+
background-image: url("../img/flags/be.svg");
|
112
|
+
}
|
113
|
+
|
114
|
+
.flag-country-bf {
|
115
|
+
background-image: url("../img/flags/bf.svg");
|
116
|
+
}
|
117
|
+
|
118
|
+
.flag-country-bg {
|
119
|
+
background-image: url("../img/flags/bg.svg");
|
120
|
+
}
|
121
|
+
|
122
|
+
.flag-country-bh {
|
123
|
+
background-image: url("../img/flags/bh.svg");
|
124
|
+
}
|
125
|
+
|
126
|
+
.flag-country-bi {
|
127
|
+
background-image: url("../img/flags/bi.svg");
|
128
|
+
}
|
129
|
+
|
130
|
+
.flag-country-bj {
|
131
|
+
background-image: url("../img/flags/bj.svg");
|
132
|
+
}
|
133
|
+
|
134
|
+
.flag-country-bl {
|
135
|
+
background-image: url("../img/flags/bl.svg");
|
136
|
+
}
|
137
|
+
|
138
|
+
.flag-country-bm {
|
139
|
+
background-image: url("../img/flags/bm.svg");
|
140
|
+
}
|
141
|
+
|
142
|
+
.flag-country-bn {
|
143
|
+
background-image: url("../img/flags/bn.svg");
|
144
|
+
}
|
145
|
+
|
146
|
+
.flag-country-bo {
|
147
|
+
background-image: url("../img/flags/bo.svg");
|
148
|
+
}
|
149
|
+
|
150
|
+
.flag-country-bq-bo {
|
151
|
+
background-image: url("../img/flags/bq-bo.svg");
|
152
|
+
}
|
153
|
+
|
154
|
+
.flag-country-bq-sa {
|
155
|
+
background-image: url("../img/flags/bq-sa.svg");
|
156
|
+
}
|
157
|
+
|
158
|
+
.flag-country-bq-se {
|
159
|
+
background-image: url("../img/flags/bq-se.svg");
|
160
|
+
}
|
161
|
+
|
162
|
+
.flag-country-br {
|
163
|
+
background-image: url("../img/flags/br.svg");
|
164
|
+
}
|
165
|
+
|
166
|
+
.flag-country-bs {
|
167
|
+
background-image: url("../img/flags/bs.svg");
|
168
|
+
}
|
169
|
+
|
170
|
+
.flag-country-bt {
|
171
|
+
background-image: url("../img/flags/bt.svg");
|
172
|
+
}
|
173
|
+
|
174
|
+
.flag-country-bv {
|
175
|
+
background-image: url("../img/flags/bv.svg");
|
176
|
+
}
|
177
|
+
|
178
|
+
.flag-country-bw {
|
179
|
+
background-image: url("../img/flags/bw.svg");
|
180
|
+
}
|
181
|
+
|
182
|
+
.flag-country-by {
|
183
|
+
background-image: url("../img/flags/by.svg");
|
184
|
+
}
|
185
|
+
|
186
|
+
.flag-country-bz {
|
187
|
+
background-image: url("../img/flags/bz.svg");
|
188
|
+
}
|
189
|
+
|
190
|
+
.flag-country-ca {
|
191
|
+
background-image: url("../img/flags/ca.svg");
|
192
|
+
}
|
193
|
+
|
194
|
+
.flag-country-cc {
|
195
|
+
background-image: url("../img/flags/cc.svg");
|
196
|
+
}
|
197
|
+
|
198
|
+
.flag-country-cd {
|
199
|
+
background-image: url("../img/flags/cd.svg");
|
200
|
+
}
|
201
|
+
|
202
|
+
.flag-country-cf {
|
203
|
+
background-image: url("../img/flags/cf.svg");
|
204
|
+
}
|
205
|
+
|
206
|
+
.flag-country-cg {
|
207
|
+
background-image: url("../img/flags/cg.svg");
|
208
|
+
}
|
209
|
+
|
210
|
+
.flag-country-ch {
|
211
|
+
background-image: url("../img/flags/ch.svg");
|
212
|
+
}
|
213
|
+
|
214
|
+
.flag-country-ci {
|
215
|
+
background-image: url("../img/flags/ci.svg");
|
216
|
+
}
|
217
|
+
|
218
|
+
.flag-country-ck {
|
219
|
+
background-image: url("../img/flags/ck.svg");
|
220
|
+
}
|
221
|
+
|
222
|
+
.flag-country-cl {
|
223
|
+
background-image: url("../img/flags/cl.svg");
|
224
|
+
}
|
225
|
+
|
226
|
+
.flag-country-cm {
|
227
|
+
background-image: url("../img/flags/cm.svg");
|
228
|
+
}
|
229
|
+
|
230
|
+
.flag-country-cn {
|
231
|
+
background-image: url("../img/flags/cn.svg");
|
232
|
+
}
|
233
|
+
|
234
|
+
.flag-country-co {
|
235
|
+
background-image: url("../img/flags/co.svg");
|
236
|
+
}
|
237
|
+
|
238
|
+
.flag-country-cr {
|
239
|
+
background-image: url("../img/flags/cr.svg");
|
240
|
+
}
|
241
|
+
|
242
|
+
.flag-country-cu {
|
243
|
+
background-image: url("../img/flags/cu.svg");
|
244
|
+
}
|
245
|
+
|
246
|
+
.flag-country-cv {
|
247
|
+
background-image: url("../img/flags/cv.svg");
|
248
|
+
}
|
249
|
+
|
250
|
+
.flag-country-cw {
|
251
|
+
background-image: url("../img/flags/cw.svg");
|
252
|
+
}
|
253
|
+
|
254
|
+
.flag-country-cx {
|
255
|
+
background-image: url("../img/flags/cx.svg");
|
256
|
+
}
|
257
|
+
|
258
|
+
.flag-country-cy {
|
259
|
+
background-image: url("../img/flags/cy.svg");
|
260
|
+
}
|
261
|
+
|
262
|
+
.flag-country-cz {
|
263
|
+
background-image: url("../img/flags/cz.svg");
|
264
|
+
}
|
265
|
+
|
266
|
+
.flag-country-de {
|
267
|
+
background-image: url("../img/flags/de.svg");
|
268
|
+
}
|
269
|
+
|
270
|
+
.flag-country-dj {
|
271
|
+
background-image: url("../img/flags/dj.svg");
|
272
|
+
}
|
273
|
+
|
274
|
+
.flag-country-dk {
|
275
|
+
background-image: url("../img/flags/dk.svg");
|
276
|
+
}
|
277
|
+
|
278
|
+
.flag-country-dm {
|
279
|
+
background-image: url("../img/flags/dm.svg");
|
280
|
+
}
|
281
|
+
|
282
|
+
.flag-country-do {
|
283
|
+
background-image: url("../img/flags/do.svg");
|
284
|
+
}
|
285
|
+
|
286
|
+
.flag-country-ec {
|
287
|
+
background-image: url("../img/flags/ec.svg");
|
288
|
+
}
|
289
|
+
|
290
|
+
.flag-country-ee {
|
291
|
+
background-image: url("../img/flags/ee.svg");
|
292
|
+
}
|
293
|
+
|
294
|
+
.flag-country-eg {
|
295
|
+
background-image: url("../img/flags/eg.svg");
|
296
|
+
}
|
297
|
+
|
298
|
+
.flag-country-eh {
|
299
|
+
background-image: url("../img/flags/eh.svg");
|
300
|
+
}
|
301
|
+
|
302
|
+
.flag-country-er {
|
303
|
+
background-image: url("../img/flags/er.svg");
|
304
|
+
}
|
305
|
+
|
306
|
+
.flag-country-es {
|
307
|
+
background-image: url("../img/flags/es.svg");
|
308
|
+
}
|
309
|
+
|
310
|
+
.flag-country-et {
|
311
|
+
background-image: url("../img/flags/et.svg");
|
312
|
+
}
|
313
|
+
|
314
|
+
.flag-country-eu {
|
315
|
+
background-image: url("../img/flags/eu.svg");
|
316
|
+
}
|
317
|
+
|
318
|
+
.flag-country-fi {
|
319
|
+
background-image: url("../img/flags/fi.svg");
|
320
|
+
}
|
321
|
+
|
322
|
+
.flag-country-fj {
|
323
|
+
background-image: url("../img/flags/fj.svg");
|
324
|
+
}
|
325
|
+
|
326
|
+
.flag-country-fk {
|
327
|
+
background-image: url("../img/flags/fk.svg");
|
328
|
+
}
|
329
|
+
|
330
|
+
.flag-country-fm {
|
331
|
+
background-image: url("../img/flags/fm.svg");
|
332
|
+
}
|
333
|
+
|
334
|
+
.flag-country-fo {
|
335
|
+
background-image: url("../img/flags/fo.svg");
|
336
|
+
}
|
337
|
+
|
338
|
+
.flag-country-fr {
|
339
|
+
background-image: url("../img/flags/fr.svg");
|
340
|
+
}
|
341
|
+
|
342
|
+
.flag-country-ga {
|
343
|
+
background-image: url("../img/flags/ga.svg");
|
344
|
+
}
|
345
|
+
|
346
|
+
.flag-country-gb-eng {
|
347
|
+
background-image: url("../img/flags/gb-eng.svg");
|
348
|
+
}
|
349
|
+
|
350
|
+
.flag-country-gb-sct {
|
351
|
+
background-image: url("../img/flags/gb-sct.svg");
|
352
|
+
}
|
353
|
+
|
354
|
+
.flag-country-gb {
|
355
|
+
background-image: url("../img/flags/gb.svg");
|
356
|
+
}
|
357
|
+
|
358
|
+
.flag-country-gb-wls {
|
359
|
+
background-image: url("../img/flags/gb-wls.svg");
|
360
|
+
}
|
361
|
+
|
362
|
+
.flag-country-gb-nir {
|
363
|
+
background-image: url("../img/flags/gb-nir.svg");
|
364
|
+
}
|
365
|
+
|
366
|
+
.flag-country-gd {
|
367
|
+
background-image: url("../img/flags/gd.svg");
|
368
|
+
}
|
369
|
+
|
370
|
+
.flag-country-ge {
|
371
|
+
background-image: url("../img/flags/ge.svg");
|
372
|
+
}
|
373
|
+
|
374
|
+
.flag-country-gf {
|
375
|
+
background-image: url("../img/flags/gf.svg");
|
376
|
+
}
|
377
|
+
|
378
|
+
.flag-country-gg {
|
379
|
+
background-image: url("../img/flags/gg.svg");
|
380
|
+
}
|
381
|
+
|
382
|
+
.flag-country-gh {
|
383
|
+
background-image: url("../img/flags/gh.svg");
|
384
|
+
}
|
385
|
+
|
386
|
+
.flag-country-gi {
|
387
|
+
background-image: url("../img/flags/gi.svg");
|
388
|
+
}
|
389
|
+
|
390
|
+
.flag-country-gl {
|
391
|
+
background-image: url("../img/flags/gl.svg");
|
392
|
+
}
|
393
|
+
|
394
|
+
.flag-country-gm {
|
395
|
+
background-image: url("../img/flags/gm.svg");
|
396
|
+
}
|
397
|
+
|
398
|
+
.flag-country-gn {
|
399
|
+
background-image: url("../img/flags/gn.svg");
|
400
|
+
}
|
401
|
+
|
402
|
+
.flag-country-gp {
|
403
|
+
background-image: url("../img/flags/gp.svg");
|
404
|
+
}
|
405
|
+
|
406
|
+
.flag-country-gq {
|
407
|
+
background-image: url("../img/flags/gq.svg");
|
408
|
+
}
|
409
|
+
|
410
|
+
.flag-country-gr {
|
411
|
+
background-image: url("../img/flags/gr.svg");
|
412
|
+
}
|
413
|
+
|
414
|
+
.flag-country-gs {
|
415
|
+
background-image: url("../img/flags/gs.svg");
|
416
|
+
}
|
417
|
+
|
418
|
+
.flag-country-gt {
|
419
|
+
background-image: url("../img/flags/gt.svg");
|
420
|
+
}
|
421
|
+
|
422
|
+
.flag-country-gu {
|
423
|
+
background-image: url("../img/flags/gu.svg");
|
424
|
+
}
|
425
|
+
|
426
|
+
.flag-country-gw {
|
427
|
+
background-image: url("../img/flags/gw.svg");
|
428
|
+
}
|
429
|
+
|
430
|
+
.flag-country-gy {
|
431
|
+
background-image: url("../img/flags/gy.svg");
|
432
|
+
}
|
433
|
+
|
434
|
+
.flag-country-hk {
|
435
|
+
background-image: url("../img/flags/hk.svg");
|
436
|
+
}
|
437
|
+
|
438
|
+
.flag-country-hm {
|
439
|
+
background-image: url("../img/flags/hm.svg");
|
440
|
+
}
|
441
|
+
|
442
|
+
.flag-country-hn {
|
443
|
+
background-image: url("../img/flags/hn.svg");
|
444
|
+
}
|
445
|
+
|
446
|
+
.flag-country-hr {
|
447
|
+
background-image: url("../img/flags/hr.svg");
|
448
|
+
}
|
449
|
+
|
450
|
+
.flag-country-ht {
|
451
|
+
background-image: url("../img/flags/ht.svg");
|
452
|
+
}
|
453
|
+
|
454
|
+
.flag-country-hu {
|
455
|
+
background-image: url("../img/flags/hu.svg");
|
456
|
+
}
|
457
|
+
|
458
|
+
.flag-country-id {
|
459
|
+
background-image: url("../img/flags/id.svg");
|
460
|
+
}
|
461
|
+
|
462
|
+
.flag-country-ie {
|
463
|
+
background-image: url("../img/flags/ie.svg");
|
464
|
+
}
|
465
|
+
|
466
|
+
.flag-country-il {
|
467
|
+
background-image: url("../img/flags/il.svg");
|
468
|
+
}
|
469
|
+
|
470
|
+
.flag-country-im {
|
471
|
+
background-image: url("../img/flags/im.svg");
|
472
|
+
}
|
473
|
+
|
474
|
+
.flag-country-in {
|
475
|
+
background-image: url("../img/flags/in.svg");
|
476
|
+
}
|
477
|
+
|
478
|
+
.flag-country-io {
|
479
|
+
background-image: url("../img/flags/io.svg");
|
480
|
+
}
|
481
|
+
|
482
|
+
.flag-country-iq {
|
483
|
+
background-image: url("../img/flags/iq.svg");
|
484
|
+
}
|
485
|
+
|
486
|
+
.flag-country-ir {
|
487
|
+
background-image: url("../img/flags/ir.svg");
|
488
|
+
}
|
489
|
+
|
490
|
+
.flag-country-is {
|
491
|
+
background-image: url("../img/flags/is.svg");
|
492
|
+
}
|
493
|
+
|
494
|
+
.flag-country-it {
|
495
|
+
background-image: url("../img/flags/it.svg");
|
496
|
+
}
|
497
|
+
|
498
|
+
.flag-country-je {
|
499
|
+
background-image: url("../img/flags/je.svg");
|
500
|
+
}
|
501
|
+
|
502
|
+
.flag-country-jm {
|
503
|
+
background-image: url("../img/flags/jm.svg");
|
504
|
+
}
|
505
|
+
|
506
|
+
.flag-country-jo {
|
507
|
+
background-image: url("../img/flags/jo.svg");
|
508
|
+
}
|
509
|
+
|
510
|
+
.flag-country-jp {
|
511
|
+
background-image: url("../img/flags/jp.svg");
|
512
|
+
}
|
513
|
+
|
514
|
+
.flag-country-ke {
|
515
|
+
background-image: url("../img/flags/ke.svg");
|
516
|
+
}
|
517
|
+
|
518
|
+
.flag-country-kg {
|
519
|
+
background-image: url("../img/flags/kg.svg");
|
520
|
+
}
|
521
|
+
|
522
|
+
.flag-country-kh {
|
523
|
+
background-image: url("../img/flags/kh.svg");
|
524
|
+
}
|
525
|
+
|
526
|
+
.flag-country-ki {
|
527
|
+
background-image: url("../img/flags/ki.svg");
|
528
|
+
}
|
529
|
+
|
530
|
+
.flag-country-km {
|
531
|
+
background-image: url("../img/flags/km.svg");
|
532
|
+
}
|
533
|
+
|
534
|
+
.flag-country-kn-sk {
|
535
|
+
background-image: url("../img/flags/kn-sk.svg");
|
536
|
+
}
|
537
|
+
|
538
|
+
.flag-country-kp {
|
539
|
+
background-image: url("../img/flags/kp.svg");
|
540
|
+
}
|
541
|
+
|
542
|
+
.flag-country-kr {
|
543
|
+
background-image: url("../img/flags/kr.svg");
|
544
|
+
}
|
545
|
+
|
546
|
+
.flag-country-kw {
|
547
|
+
background-image: url("../img/flags/kw.svg");
|
548
|
+
}
|
549
|
+
|
550
|
+
.flag-country-ky {
|
551
|
+
background-image: url("../img/flags/ky.svg");
|
552
|
+
}
|
553
|
+
|
554
|
+
.flag-country-kz {
|
555
|
+
background-image: url("../img/flags/kz.svg");
|
556
|
+
}
|
557
|
+
|
558
|
+
.flag-country-la {
|
559
|
+
background-image: url("../img/flags/la.svg");
|
560
|
+
}
|
561
|
+
|
562
|
+
.flag-country-lb {
|
563
|
+
background-image: url("../img/flags/lb.svg");
|
564
|
+
}
|
565
|
+
|
566
|
+
.flag-country-lc {
|
567
|
+
background-image: url("../img/flags/lc.svg");
|
568
|
+
}
|
569
|
+
|
570
|
+
.flag-country-li {
|
571
|
+
background-image: url("../img/flags/li.svg");
|
572
|
+
}
|
573
|
+
|
574
|
+
.flag-country-lk {
|
575
|
+
background-image: url("../img/flags/lk.svg");
|
576
|
+
}
|
577
|
+
|
578
|
+
.flag-country-lr {
|
579
|
+
background-image: url("../img/flags/lr.svg");
|
580
|
+
}
|
581
|
+
|
582
|
+
.flag-country-ls {
|
583
|
+
background-image: url("../img/flags/ls.svg");
|
584
|
+
}
|
585
|
+
|
586
|
+
.flag-country-lt {
|
587
|
+
background-image: url("../img/flags/lt.svg");
|
588
|
+
}
|
589
|
+
|
590
|
+
.flag-country-lu {
|
591
|
+
background-image: url("../img/flags/lu.svg");
|
592
|
+
}
|
593
|
+
|
594
|
+
.flag-country-lv {
|
595
|
+
background-image: url("../img/flags/lv.svg");
|
596
|
+
}
|
597
|
+
|
598
|
+
.flag-country-ly {
|
599
|
+
background-image: url("../img/flags/ly.svg");
|
600
|
+
}
|
601
|
+
|
602
|
+
.flag-country-ma {
|
603
|
+
background-image: url("../img/flags/ma.svg");
|
604
|
+
}
|
605
|
+
|
606
|
+
.flag-country-mc {
|
607
|
+
background-image: url("../img/flags/mc.svg");
|
608
|
+
}
|
609
|
+
|
610
|
+
.flag-country-md {
|
611
|
+
background-image: url("../img/flags/md.svg");
|
612
|
+
}
|
613
|
+
|
614
|
+
.flag-country-me {
|
615
|
+
background-image: url("../img/flags/me.svg");
|
616
|
+
}
|
617
|
+
|
618
|
+
.flag-country-mf {
|
619
|
+
background-image: url("../img/flags/mf.svg");
|
620
|
+
}
|
621
|
+
|
622
|
+
.flag-country-mg {
|
623
|
+
background-image: url("../img/flags/mg.svg");
|
624
|
+
}
|
625
|
+
|
626
|
+
.flag-country-mh {
|
627
|
+
background-image: url("../img/flags/mh.svg");
|
628
|
+
}
|
629
|
+
|
630
|
+
.flag-country-mk {
|
631
|
+
background-image: url("../img/flags/mk.svg");
|
632
|
+
}
|
633
|
+
|
634
|
+
.flag-country-ml {
|
635
|
+
background-image: url("../img/flags/ml.svg");
|
636
|
+
}
|
637
|
+
|
638
|
+
.flag-country-mm {
|
639
|
+
background-image: url("../img/flags/mm.svg");
|
640
|
+
}
|
641
|
+
|
642
|
+
.flag-country-mn {
|
643
|
+
background-image: url("../img/flags/mn.svg");
|
644
|
+
}
|
645
|
+
|
646
|
+
.flag-country-mo {
|
647
|
+
background-image: url("../img/flags/mo.svg");
|
648
|
+
}
|
649
|
+
|
650
|
+
.flag-country-mp {
|
651
|
+
background-image: url("../img/flags/mp.svg");
|
652
|
+
}
|
653
|
+
|
654
|
+
.flag-country-mq {
|
655
|
+
background-image: url("../img/flags/mq.svg");
|
656
|
+
}
|
657
|
+
|
658
|
+
.flag-country-mr {
|
659
|
+
background-image: url("../img/flags/mr.svg");
|
660
|
+
}
|
661
|
+
|
662
|
+
.flag-country-ms {
|
663
|
+
background-image: url("../img/flags/ms.svg");
|
664
|
+
}
|
665
|
+
|
666
|
+
.flag-country-mt {
|
667
|
+
background-image: url("../img/flags/mt.svg");
|
668
|
+
}
|
669
|
+
|
670
|
+
.flag-country-mu {
|
671
|
+
background-image: url("../img/flags/mu.svg");
|
672
|
+
}
|
673
|
+
|
674
|
+
.flag-country-mv {
|
675
|
+
background-image: url("../img/flags/mv.svg");
|
676
|
+
}
|
677
|
+
|
678
|
+
.flag-country-mw {
|
679
|
+
background-image: url("../img/flags/mw.svg");
|
680
|
+
}
|
681
|
+
|
682
|
+
.flag-country-mx {
|
683
|
+
background-image: url("../img/flags/mx.svg");
|
684
|
+
}
|
685
|
+
|
686
|
+
.flag-country-my {
|
687
|
+
background-image: url("../img/flags/my.svg");
|
688
|
+
}
|
689
|
+
|
690
|
+
.flag-country-mz {
|
691
|
+
background-image: url("../img/flags/mz.svg");
|
692
|
+
}
|
693
|
+
|
694
|
+
.flag-country-na {
|
695
|
+
background-image: url("../img/flags/na.svg");
|
696
|
+
}
|
697
|
+
|
698
|
+
.flag-country-nc {
|
699
|
+
background-image: url("../img/flags/nc.svg");
|
700
|
+
}
|
701
|
+
|
702
|
+
.flag-country-ne {
|
703
|
+
background-image: url("../img/flags/ne.svg");
|
704
|
+
}
|
705
|
+
|
706
|
+
.flag-country-nf {
|
707
|
+
background-image: url("../img/flags/nf.svg");
|
708
|
+
}
|
709
|
+
|
710
|
+
.flag-country-ng {
|
711
|
+
background-image: url("../img/flags/ng.svg");
|
712
|
+
}
|
713
|
+
|
714
|
+
.flag-country-ni {
|
715
|
+
background-image: url("../img/flags/ni.svg");
|
716
|
+
}
|
717
|
+
|
718
|
+
.flag-country-nl {
|
719
|
+
background-image: url("../img/flags/nl.svg");
|
720
|
+
}
|
721
|
+
|
722
|
+
.flag-country-no {
|
723
|
+
background-image: url("../img/flags/no.svg");
|
724
|
+
}
|
725
|
+
|
726
|
+
.flag-country-np {
|
727
|
+
background-image: url("../img/flags/np.svg");
|
728
|
+
}
|
729
|
+
|
730
|
+
.flag-country-nr {
|
731
|
+
background-image: url("../img/flags/nr.svg");
|
732
|
+
}
|
733
|
+
|
734
|
+
.flag-country-nu {
|
735
|
+
background-image: url("../img/flags/nu.svg");
|
736
|
+
}
|
737
|
+
|
738
|
+
.flag-country-nz {
|
739
|
+
background-image: url("../img/flags/nz.svg");
|
740
|
+
}
|
741
|
+
|
742
|
+
.flag-country-om {
|
743
|
+
background-image: url("../img/flags/om.svg");
|
744
|
+
}
|
745
|
+
|
746
|
+
.flag-country-pa {
|
747
|
+
background-image: url("../img/flags/pa.svg");
|
748
|
+
}
|
749
|
+
|
750
|
+
.flag-country-pe {
|
751
|
+
background-image: url("../img/flags/pe.svg");
|
752
|
+
}
|
753
|
+
|
754
|
+
.flag-country-pf {
|
755
|
+
background-image: url("../img/flags/pf.svg");
|
756
|
+
}
|
757
|
+
|
758
|
+
.flag-country-pg {
|
759
|
+
background-image: url("../img/flags/pg.svg");
|
760
|
+
}
|
761
|
+
|
762
|
+
.flag-country-ph {
|
763
|
+
background-image: url("../img/flags/ph.svg");
|
764
|
+
}
|
765
|
+
|
766
|
+
.flag-country-pk {
|
767
|
+
background-image: url("../img/flags/pk.svg");
|
768
|
+
}
|
769
|
+
|
770
|
+
.flag-country-pl {
|
771
|
+
background-image: url("../img/flags/pl.svg");
|
772
|
+
}
|
773
|
+
|
774
|
+
.flag-country-pm {
|
775
|
+
background-image: url("../img/flags/pm.svg");
|
776
|
+
}
|
777
|
+
|
778
|
+
.flag-country-pn {
|
779
|
+
background-image: url("../img/flags/pn.svg");
|
780
|
+
}
|
781
|
+
|
782
|
+
.flag-country-pr {
|
783
|
+
background-image: url("../img/flags/pr.svg");
|
784
|
+
}
|
785
|
+
|
786
|
+
.flag-country-ps {
|
787
|
+
background-image: url("../img/flags/ps.svg");
|
788
|
+
}
|
789
|
+
|
790
|
+
.flag-country-pt {
|
791
|
+
background-image: url("../img/flags/pt.svg");
|
792
|
+
}
|
793
|
+
|
794
|
+
.flag-country-pw {
|
795
|
+
background-image: url("../img/flags/pw.svg");
|
796
|
+
}
|
797
|
+
|
798
|
+
.flag-country-py {
|
799
|
+
background-image: url("../img/flags/py.svg");
|
800
|
+
}
|
801
|
+
|
802
|
+
.flag-country-qa {
|
803
|
+
background-image: url("../img/flags/qa.svg");
|
804
|
+
}
|
805
|
+
|
806
|
+
.flag-country-rainbow {
|
807
|
+
background-image: url("../img/flags/rainbow.svg");
|
808
|
+
}
|
809
|
+
|
810
|
+
.flag-country-re {
|
811
|
+
background-image: url("../img/flags/re.svg");
|
812
|
+
}
|
813
|
+
|
814
|
+
.flag-country-ro {
|
815
|
+
background-image: url("../img/flags/ro.svg");
|
816
|
+
}
|
817
|
+
|
818
|
+
.flag-country-rs {
|
819
|
+
background-image: url("../img/flags/rs.svg");
|
820
|
+
}
|
821
|
+
|
822
|
+
.flag-country-ru {
|
823
|
+
background-image: url("../img/flags/ru.svg");
|
824
|
+
}
|
825
|
+
|
826
|
+
.flag-country-rw {
|
827
|
+
background-image: url("../img/flags/rw.svg");
|
828
|
+
}
|
829
|
+
|
830
|
+
.flag-country-sa {
|
831
|
+
background-image: url("../img/flags/sa.svg");
|
832
|
+
}
|
833
|
+
|
834
|
+
.flag-country-sb {
|
835
|
+
background-image: url("../img/flags/sb.svg");
|
836
|
+
}
|
837
|
+
|
838
|
+
.flag-country-sc {
|
839
|
+
background-image: url("../img/flags/sc.svg");
|
840
|
+
}
|
841
|
+
|
842
|
+
.flag-country-sd {
|
843
|
+
background-image: url("../img/flags/sd.svg");
|
844
|
+
}
|
845
|
+
|
846
|
+
.flag-country-se {
|
847
|
+
background-image: url("../img/flags/se.svg");
|
848
|
+
}
|
849
|
+
|
850
|
+
.flag-country-sg {
|
851
|
+
background-image: url("../img/flags/sg.svg");
|
852
|
+
}
|
853
|
+
|
854
|
+
.flag-country-sh {
|
855
|
+
background-image: url("../img/flags/sh.svg");
|
856
|
+
}
|
857
|
+
|
858
|
+
.flag-country-si {
|
859
|
+
background-image: url("../img/flags/si.svg");
|
860
|
+
}
|
861
|
+
|
862
|
+
.flag-country-sj {
|
863
|
+
background-image: url("../img/flags/sj.svg");
|
864
|
+
}
|
865
|
+
|
866
|
+
.flag-country-sk {
|
867
|
+
background-image: url("../img/flags/sk.svg");
|
868
|
+
}
|
869
|
+
|
870
|
+
.flag-country-sl {
|
871
|
+
background-image: url("../img/flags/sl.svg");
|
872
|
+
}
|
873
|
+
|
874
|
+
.flag-country-sm {
|
875
|
+
background-image: url("../img/flags/sm.svg");
|
876
|
+
}
|
877
|
+
|
878
|
+
.flag-country-sn {
|
879
|
+
background-image: url("../img/flags/sn.svg");
|
880
|
+
}
|
881
|
+
|
882
|
+
.flag-country-so {
|
883
|
+
background-image: url("../img/flags/so.svg");
|
884
|
+
}
|
885
|
+
|
886
|
+
.flag-country-sr {
|
887
|
+
background-image: url("../img/flags/sr.svg");
|
888
|
+
}
|
889
|
+
|
890
|
+
.flag-country-ss {
|
891
|
+
background-image: url("../img/flags/ss.svg");
|
892
|
+
}
|
893
|
+
|
894
|
+
.flag-country-st {
|
895
|
+
background-image: url("../img/flags/st.svg");
|
896
|
+
}
|
897
|
+
|
898
|
+
.flag-country-sv {
|
899
|
+
background-image: url("../img/flags/sv.svg");
|
900
|
+
}
|
901
|
+
|
902
|
+
.flag-country-sx {
|
903
|
+
background-image: url("../img/flags/sx.svg");
|
904
|
+
}
|
905
|
+
|
906
|
+
.flag-country-sy {
|
907
|
+
background-image: url("../img/flags/sy.svg");
|
908
|
+
}
|
909
|
+
|
910
|
+
.flag-country-sz {
|
911
|
+
background-image: url("../img/flags/sz.svg");
|
912
|
+
}
|
913
|
+
|
914
|
+
.flag-country-tc {
|
915
|
+
background-image: url("../img/flags/tc.svg");
|
916
|
+
}
|
917
|
+
|
918
|
+
.flag-country-td {
|
919
|
+
background-image: url("../img/flags/td.svg");
|
920
|
+
}
|
921
|
+
|
922
|
+
.flag-country-tf {
|
923
|
+
background-image: url("../img/flags/tf.svg");
|
924
|
+
}
|
925
|
+
|
926
|
+
.flag-country-tg {
|
927
|
+
background-image: url("../img/flags/tg.svg");
|
928
|
+
}
|
929
|
+
|
930
|
+
.flag-country-th {
|
931
|
+
background-image: url("../img/flags/th.svg");
|
932
|
+
}
|
933
|
+
|
934
|
+
.flag-country-tj {
|
935
|
+
background-image: url("../img/flags/tj.svg");
|
936
|
+
}
|
937
|
+
|
938
|
+
.flag-country-tk {
|
939
|
+
background-image: url("../img/flags/tk.svg");
|
940
|
+
}
|
941
|
+
|
942
|
+
.flag-country-tl {
|
943
|
+
background-image: url("../img/flags/tl.svg");
|
944
|
+
}
|
945
|
+
|
946
|
+
.flag-country-tm {
|
947
|
+
background-image: url("../img/flags/tm.svg");
|
948
|
+
}
|
949
|
+
|
950
|
+
.flag-country-tn {
|
951
|
+
background-image: url("../img/flags/tn.svg");
|
952
|
+
}
|
953
|
+
|
954
|
+
.flag-country-to {
|
955
|
+
background-image: url("../img/flags/to.svg");
|
956
|
+
}
|
957
|
+
|
958
|
+
.flag-country-tr {
|
959
|
+
background-image: url("../img/flags/tr.svg");
|
960
|
+
}
|
961
|
+
|
962
|
+
.flag-country-tt {
|
963
|
+
background-image: url("../img/flags/tt.svg");
|
964
|
+
}
|
965
|
+
|
966
|
+
.flag-country-tv {
|
967
|
+
background-image: url("../img/flags/tv.svg");
|
968
|
+
}
|
969
|
+
|
970
|
+
.flag-country-tw {
|
971
|
+
background-image: url("../img/flags/tw.svg");
|
972
|
+
}
|
973
|
+
|
974
|
+
.flag-country-tz {
|
975
|
+
background-image: url("../img/flags/tz.svg");
|
976
|
+
}
|
977
|
+
|
978
|
+
.flag-country-ua {
|
979
|
+
background-image: url("../img/flags/ua.svg");
|
980
|
+
}
|
981
|
+
|
982
|
+
.flag-country-ug {
|
983
|
+
background-image: url("../img/flags/ug.svg");
|
984
|
+
}
|
985
|
+
|
986
|
+
.flag-country-um {
|
987
|
+
background-image: url("../img/flags/um.svg");
|
988
|
+
}
|
989
|
+
|
990
|
+
.flag-country-unasur {
|
991
|
+
background-image: url("../img/flags/unasur.svg");
|
992
|
+
}
|
993
|
+
|
994
|
+
.flag-country-us {
|
995
|
+
background-image: url("../img/flags/us.svg");
|
996
|
+
}
|
997
|
+
|
998
|
+
.flag-country-uy {
|
999
|
+
background-image: url("../img/flags/uy.svg");
|
1000
|
+
}
|
1001
|
+
|
1002
|
+
.flag-country-uz {
|
1003
|
+
background-image: url("../img/flags/uz.svg");
|
1004
|
+
}
|
1005
|
+
|
1006
|
+
.flag-country-va {
|
1007
|
+
background-image: url("../img/flags/va.svg");
|
1008
|
+
}
|
1009
|
+
|
1010
|
+
.flag-country-vc {
|
1011
|
+
background-image: url("../img/flags/vc.svg");
|
1012
|
+
}
|
1013
|
+
|
1014
|
+
.flag-country-ve {
|
1015
|
+
background-image: url("../img/flags/ve.svg");
|
1016
|
+
}
|
1017
|
+
|
1018
|
+
.flag-country-vg {
|
1019
|
+
background-image: url("../img/flags/vg.svg");
|
1020
|
+
}
|
1021
|
+
|
1022
|
+
.flag-country-vi {
|
1023
|
+
background-image: url("../img/flags/vi.svg");
|
1024
|
+
}
|
1025
|
+
|
1026
|
+
.flag-country-vn {
|
1027
|
+
background-image: url("../img/flags/vn.svg");
|
1028
|
+
}
|
1029
|
+
|
1030
|
+
.flag-country-vu {
|
1031
|
+
background-image: url("../img/flags/vu.svg");
|
1032
|
+
}
|
1033
|
+
|
1034
|
+
.flag-country-wf {
|
1035
|
+
background-image: url("../img/flags/wf.svg");
|
1036
|
+
}
|
1037
|
+
|
1038
|
+
.flag-country-ws {
|
1039
|
+
background-image: url("../img/flags/ws.svg");
|
1040
|
+
}
|
1041
|
+
|
1042
|
+
.flag-country-ye {
|
1043
|
+
background-image: url("../img/flags/ye.svg");
|
1044
|
+
}
|
1045
|
+
|
1046
|
+
.flag-country-za {
|
1047
|
+
background-image: url("../img/flags/za.svg");
|
1048
|
+
}
|
1049
|
+
|
1050
|
+
.flag-country-zm {
|
1051
|
+
background-image: url("../img/flags/zm.svg");
|
1052
|
+
}
|
1053
|
+
|
1054
|
+
.flag-country-zw {
|
1055
|
+
background-image: url("../img/flags/zw.svg");
|
1056
|
+
}
|
1057
|
+
|
1058
|
+
.flag-xxs {
|
1059
|
+
height: 1rem;
|
1060
|
+
}
|
1061
|
+
|
1062
|
+
.flag-xs {
|
1063
|
+
height: 1.25rem;
|
1064
|
+
}
|
1065
|
+
|
1066
|
+
.flag-sm {
|
1067
|
+
height: 2rem;
|
1068
|
+
}
|
1069
|
+
|
1070
|
+
.flag-md {
|
1071
|
+
height: 2.5rem;
|
1072
|
+
}
|
1073
|
+
|
1074
|
+
.flag-lg {
|
1075
|
+
height: 3rem;
|
1076
|
+
}
|
1077
|
+
|
1078
|
+
.flag-xl {
|
1079
|
+
height: 5rem;
|
1080
|
+
}
|
1081
|
+
|
1082
|
+
.flag-2xl {
|
1083
|
+
height: 7rem;
|
1084
|
+
}
|