fomantic-ui-sass 2.8.8 → 2.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
- data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/icons.svg +245 -7
- data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
- data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +9 -3
- data/app/assets/javascripts/semantic-ui/api.js +92 -33
- data/app/assets/javascripts/semantic-ui/calendar.js +200 -82
- data/app/assets/javascripts/semantic-ui/checkbox.js +20 -13
- data/app/assets/javascripts/semantic-ui/dimmer.js +24 -9
- data/app/assets/javascripts/semantic-ui/dropdown.js +250 -205
- data/app/assets/javascripts/semantic-ui/embed.js +13 -9
- data/app/assets/javascripts/semantic-ui/flyout.js +1530 -0
- data/app/assets/javascripts/semantic-ui/form.js +47 -41
- data/app/assets/javascripts/semantic-ui/modal.js +187 -83
- data/app/assets/javascripts/semantic-ui/nag.js +2 -2
- data/app/assets/javascripts/semantic-ui/popup.js +16 -22
- data/app/assets/javascripts/semantic-ui/progress.js +7 -4
- data/app/assets/javascripts/semantic-ui/rating.js +7 -3
- data/app/assets/javascripts/semantic-ui/search.js +47 -20
- data/app/assets/javascripts/semantic-ui/shape.js +3 -3
- data/app/assets/javascripts/semantic-ui/sidebar.js +140 -43
- data/app/assets/javascripts/semantic-ui/site.js +1 -1
- data/app/assets/javascripts/semantic-ui/slider.js +78 -63
- data/app/assets/javascripts/semantic-ui/state.js +2 -2
- data/app/assets/javascripts/semantic-ui/sticky.js +30 -19
- data/app/assets/javascripts/semantic-ui/tab.js +24 -6
- data/app/assets/javascripts/semantic-ui/toast.js +67 -33
- data/app/assets/javascripts/semantic-ui/transition.js +27 -22
- data/app/assets/javascripts/semantic-ui/visibility.js +5 -5
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +160 -83
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +25 -21
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +110 -78
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +43 -43
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +1684 -272
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +204 -157
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +98 -4
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +31 -31
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +10799 -8841
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1021 -915
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +6 -4
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2110 -2061
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +759 -22
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +72 -68
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +31 -31
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +352 -352
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +33 -33
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +118 -34
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +32 -32
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +5 -4
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +139 -42
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +177 -37
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +18 -1
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +93 -92
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +33 -18
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +101 -51
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +592 -0
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +37 -6
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +103 -105
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +7 -46
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +6 -6
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +23 -9
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +17 -17
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +49 -1
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +754 -117
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +12 -12
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +29 -29
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +17 -17
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +4 -4
- data/fomantic-ui-sass.gemspec +1 -1
- data/lib/fomantic/ui/sass/version.rb +2 -2
- metadata +9 -7
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.
|
2
|
+
* # Fomantic-UI 2.9.0 - Flag
|
3
3
|
* http://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -14,1024 +14,1130 @@
|
|
14
14
|
*******************************/
|
15
15
|
|
16
16
|
i.flag:not(.icon) {
|
17
|
-
display: inline-block;
|
18
|
-
width: 16px;
|
19
|
-
height: 11px;
|
20
|
-
line-height: 11px;
|
21
|
-
vertical-align: baseline;
|
22
|
-
margin: 0 0.5em 0 0;
|
23
|
-
text-decoration: inherit;
|
24
17
|
speak: none;
|
25
|
-
-webkit-font-smoothing: antialiased;
|
26
18
|
-webkit-backface-visibility: hidden;
|
27
19
|
backface-visibility: hidden;
|
28
20
|
}
|
29
|
-
|
30
|
-
|
31
|
-
i.flag:not(.icon):before {
|
21
|
+
i.flag:not(.icon)::before {
|
22
|
+
content: '\00A0\00A0\00A0\00A0\00A0\00A0\00A0';
|
32
23
|
display: inline-block;
|
33
|
-
|
34
|
-
background:
|
35
|
-
|
36
|
-
height: 11px;
|
37
|
-
}
|
38
|
-
|
39
|
-
/* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */
|
40
|
-
|
41
|
-
|
42
|
-
/*******************************
|
43
|
-
Theme Overrides
|
44
|
-
*******************************/
|
45
|
-
|
46
|
-
/*rtl:begin:ignore*/
|
47
|
-
i.flag.ad:before,
|
48
|
-
i.flag.andorra:before {
|
49
|
-
background-position: 0 0;
|
50
|
-
}
|
51
|
-
i.flag.ae:before,
|
52
|
-
i.flag.united.arab.emirates:before,
|
53
|
-
i.flag.uae:before {
|
54
|
-
background-position: 0 -26px;
|
55
|
-
}
|
56
|
-
i.flag.af:before,
|
57
|
-
i.flag.afghanistan:before {
|
58
|
-
background-position: 0 -52px;
|
59
|
-
}
|
60
|
-
i.flag.ag:before,
|
61
|
-
i.flag.antigua:before {
|
62
|
-
background-position: 0 -78px;
|
63
|
-
}
|
64
|
-
i.flag.ai:before,
|
65
|
-
i.flag.anguilla:before {
|
66
|
-
background-position: 0 -104px;
|
67
|
-
}
|
68
|
-
i.flag.al:before,
|
69
|
-
i.flag.albania:before {
|
70
|
-
background-position: 0 -130px;
|
71
|
-
}
|
72
|
-
i.flag.am:before,
|
73
|
-
i.flag.armenia:before {
|
74
|
-
background-position: 0 -156px;
|
75
|
-
}
|
76
|
-
i.flag.an:before,
|
77
|
-
i.flag.netherlands.antilles:before {
|
78
|
-
background-position: 0 -182px;
|
79
|
-
}
|
80
|
-
i.flag.ao:before,
|
81
|
-
i.flag.angola:before {
|
82
|
-
background-position: 0 -208px;
|
83
|
-
}
|
84
|
-
i.flag.ar:before,
|
85
|
-
i.flag.argentina:before {
|
86
|
-
background-position: 0 -234px;
|
87
|
-
}
|
88
|
-
i.flag.as:before,
|
89
|
-
i.flag.american.samoa:before {
|
90
|
-
background-position: 0 -260px;
|
91
|
-
}
|
92
|
-
i.flag.at:before,
|
93
|
-
i.flag.austria:before {
|
94
|
-
background-position: 0 -286px;
|
95
|
-
}
|
96
|
-
i.flag.au:before,
|
97
|
-
i.flag.australia:before {
|
98
|
-
background-position: 0 -312px;
|
99
|
-
}
|
100
|
-
i.flag.aw:before,
|
101
|
-
i.flag.aruba:before {
|
102
|
-
background-position: 0 -338px;
|
103
|
-
}
|
104
|
-
i.flag.ax:before,
|
105
|
-
i.flag.aland.islands:before {
|
106
|
-
background-position: 0 -364px;
|
107
|
-
}
|
108
|
-
i.flag.az:before,
|
109
|
-
i.flag.azerbaijan:before {
|
110
|
-
background-position: 0 -390px;
|
111
|
-
}
|
112
|
-
i.flag.ba:before,
|
113
|
-
i.flag.bosnia:before {
|
114
|
-
background-position: 0 -416px;
|
115
|
-
}
|
116
|
-
i.flag.bb:before,
|
117
|
-
i.flag.barbados:before {
|
118
|
-
background-position: 0 -442px;
|
119
|
-
}
|
120
|
-
i.flag.bd:before,
|
121
|
-
i.flag.bangladesh:before {
|
122
|
-
background-position: 0 -468px;
|
123
|
-
}
|
124
|
-
i.flag.be:before,
|
125
|
-
i.flag.belgium:before {
|
126
|
-
background-position: 0 -494px;
|
127
|
-
}
|
128
|
-
i.flag.bf:before,
|
129
|
-
i.flag.burkina.faso:before {
|
130
|
-
background-position: 0 -520px;
|
131
|
-
}
|
132
|
-
i.flag.bg:before,
|
133
|
-
i.flag.bulgaria:before {
|
134
|
-
background-position: 0 -546px;
|
135
|
-
}
|
136
|
-
i.flag.bh:before,
|
137
|
-
i.flag.bahrain:before {
|
138
|
-
background-position: 0 -572px;
|
139
|
-
}
|
140
|
-
i.flag.bi:before,
|
141
|
-
i.flag.burundi:before {
|
142
|
-
background-position: 0 -598px;
|
143
|
-
}
|
144
|
-
i.flag.bj:before,
|
145
|
-
i.flag.benin:before {
|
146
|
-
background-position: 0 -624px;
|
147
|
-
}
|
148
|
-
i.flag.bm:before,
|
149
|
-
i.flag.bermuda:before {
|
150
|
-
background-position: 0 -650px;
|
151
|
-
}
|
152
|
-
i.flag.bn:before,
|
153
|
-
i.flag.brunei:before {
|
154
|
-
background-position: 0 -676px;
|
155
|
-
}
|
156
|
-
i.flag.bo:before,
|
157
|
-
i.flag.bolivia:before {
|
158
|
-
background-position: 0 -702px;
|
159
|
-
}
|
160
|
-
i.flag.br:before,
|
161
|
-
i.flag.brazil:before {
|
162
|
-
background-position: 0 -728px;
|
163
|
-
}
|
164
|
-
i.flag.bs:before,
|
165
|
-
i.flag.bahamas:before {
|
166
|
-
background-position: 0 -754px;
|
167
|
-
}
|
168
|
-
i.flag.bt:before,
|
169
|
-
i.flag.bhutan:before {
|
170
|
-
background-position: 0 -780px;
|
171
|
-
}
|
172
|
-
i.flag.bv:before,
|
173
|
-
i.flag.bouvet.island:before {
|
174
|
-
background-position: 0 -806px;
|
175
|
-
}
|
176
|
-
i.flag.bw:before,
|
177
|
-
i.flag.botswana:before {
|
178
|
-
background-position: 0 -832px;
|
179
|
-
}
|
180
|
-
i.flag.by:before,
|
181
|
-
i.flag.belarus:before {
|
182
|
-
background-position: 0 -858px;
|
183
|
-
}
|
184
|
-
i.flag.bz:before,
|
185
|
-
i.flag.belize:before {
|
186
|
-
background-position: 0 -884px;
|
187
|
-
}
|
188
|
-
i.flag.ca:before,
|
189
|
-
i.flag.canada:before {
|
190
|
-
background-position: 0 -910px;
|
191
|
-
}
|
192
|
-
i.flag.cc:before,
|
193
|
-
i.flag.cocos.islands:before {
|
194
|
-
background-position: 0 -962px;
|
195
|
-
}
|
196
|
-
i.flag.cd:before,
|
197
|
-
i.flag.congo:before {
|
198
|
-
background-position: 0 -988px;
|
199
|
-
}
|
200
|
-
i.flag.cf:before,
|
201
|
-
i.flag.central.african.republic:before {
|
202
|
-
background-position: 0 -1014px;
|
203
|
-
}
|
204
|
-
i.flag.cg:before,
|
205
|
-
i.flag.congo.brazzaville:before {
|
206
|
-
background-position: 0 -1040px;
|
207
|
-
}
|
208
|
-
i.flag.ch:before,
|
209
|
-
i.flag.switzerland:before {
|
210
|
-
background-position: 0 -1066px;
|
211
|
-
}
|
212
|
-
i.flag.ci:before,
|
213
|
-
i.flag.cote.divoire:before {
|
214
|
-
background-position: 0 -1092px;
|
215
|
-
}
|
216
|
-
i.flag.ck:before,
|
217
|
-
i.flag.cook.islands:before {
|
218
|
-
background-position: 0 -1118px;
|
219
|
-
}
|
220
|
-
i.flag.cl:before,
|
221
|
-
i.flag.chile:before {
|
222
|
-
background-position: 0 -1144px;
|
223
|
-
}
|
224
|
-
i.flag.cm:before,
|
225
|
-
i.flag.cameroon:before {
|
226
|
-
background-position: 0 -1170px;
|
227
|
-
}
|
228
|
-
i.flag.cn:before,
|
229
|
-
i.flag.china:before {
|
230
|
-
background-position: 0 -1196px;
|
231
|
-
}
|
232
|
-
i.flag.co:before,
|
233
|
-
i.flag.colombia:before {
|
234
|
-
background-position: 0 -1222px;
|
235
|
-
}
|
236
|
-
i.flag.cr:before,
|
237
|
-
i.flag.costa.rica:before {
|
238
|
-
background-position: 0 -1248px;
|
239
|
-
}
|
240
|
-
i.flag.cs:before,
|
241
|
-
i.flag.serbia:before {
|
242
|
-
background-position: 0 -1274px;
|
243
|
-
}
|
244
|
-
i.flag.cu:before,
|
245
|
-
i.flag.cuba:before {
|
246
|
-
background-position: 0 -1300px;
|
247
|
-
}
|
248
|
-
i.flag.cv:before,
|
249
|
-
i.flag.cape.verde:before {
|
250
|
-
background-position: 0 -1326px;
|
251
|
-
}
|
252
|
-
i.flag.cx:before,
|
253
|
-
i.flag.christmas.island:before {
|
254
|
-
background-position: 0 -1352px;
|
255
|
-
}
|
256
|
-
i.flag.cy:before,
|
257
|
-
i.flag.cyprus:before {
|
258
|
-
background-position: 0 -1378px;
|
259
|
-
}
|
260
|
-
i.flag.cz:before,
|
261
|
-
i.flag.czech.republic:before {
|
262
|
-
background-position: 0 -1404px;
|
263
|
-
}
|
264
|
-
i.flag.de:before,
|
265
|
-
i.flag.germany:before {
|
266
|
-
background-position: 0 -1430px;
|
267
|
-
}
|
268
|
-
i.flag.dj:before,
|
269
|
-
i.flag.djibouti:before {
|
270
|
-
background-position: 0 -1456px;
|
271
|
-
}
|
272
|
-
i.flag.dk:before,
|
273
|
-
i.flag.denmark:before {
|
274
|
-
background-position: 0 -1482px;
|
275
|
-
}
|
276
|
-
i.flag.dm:before,
|
277
|
-
i.flag.dominica:before {
|
278
|
-
background-position: 0 -1508px;
|
279
|
-
}
|
280
|
-
i.flag.do:before,
|
281
|
-
i.flag.dominican.republic:before {
|
282
|
-
background-position: 0 -1534px;
|
283
|
-
}
|
284
|
-
i.flag.dz:before,
|
285
|
-
i.flag.algeria:before {
|
286
|
-
background-position: 0 -1560px;
|
287
|
-
}
|
288
|
-
i.flag.ec:before,
|
289
|
-
i.flag.ecuador:before {
|
290
|
-
background-position: 0 -1586px;
|
291
|
-
}
|
292
|
-
i.flag.ee:before,
|
293
|
-
i.flag.estonia:before {
|
294
|
-
background-position: 0 -1612px;
|
295
|
-
}
|
296
|
-
i.flag.eg:before,
|
297
|
-
i.flag.egypt:before {
|
298
|
-
background-position: 0 -1638px;
|
299
|
-
}
|
300
|
-
i.flag.eh:before,
|
301
|
-
i.flag.western.sahara:before {
|
302
|
-
background-position: 0 -1664px;
|
303
|
-
}
|
304
|
-
i.flag.gb.eng:before,
|
305
|
-
i.flag.england:before {
|
306
|
-
background-position: 0 -1690px;
|
24
|
+
line-height: 1em;
|
25
|
+
background-repeat: no-repeat;
|
26
|
+
background-position: center center;
|
307
27
|
}
|
308
|
-
i.flag.
|
309
|
-
|
310
|
-
|
28
|
+
i.flag.small {
|
29
|
+
font-size: 1.5em;
|
30
|
+
vertical-align: middle;
|
311
31
|
}
|
312
|
-
i.flag.
|
313
|
-
|
314
|
-
|
32
|
+
i.flag.medium {
|
33
|
+
font-size: 3em;
|
34
|
+
vertical-align: middle;
|
315
35
|
}
|
316
|
-
i.flag.
|
317
|
-
|
318
|
-
|
36
|
+
i.flag.large {
|
37
|
+
font-size: 6em;
|
38
|
+
vertical-align: middle;
|
319
39
|
}
|
320
|
-
i.flag.
|
321
|
-
|
322
|
-
|
40
|
+
i.flag.big {
|
41
|
+
font-size: 7.5em;
|
42
|
+
vertical-align: middle;
|
323
43
|
}
|
324
|
-
i.flag.
|
325
|
-
|
326
|
-
|
44
|
+
i.flag.huge {
|
45
|
+
font-size: 9em;
|
46
|
+
vertical-align: middle;
|
327
47
|
}
|
328
|
-
i.flag.
|
329
|
-
|
330
|
-
|
48
|
+
i.flag.massive {
|
49
|
+
font-size: 12em;
|
50
|
+
vertical-align: middle;
|
331
51
|
}
|
332
|
-
|
333
|
-
i.flag.
|
334
|
-
background-
|
335
|
-
}
|
336
|
-
i.flag.fm:before,
|
337
|
-
i.flag.micronesia:before {
|
338
|
-
background-position: 0 -1924px;
|
339
|
-
}
|
340
|
-
i.flag.fo:before,
|
341
|
-
i.flag.faroe.islands:before {
|
342
|
-
background-position: 0 -1950px;
|
343
|
-
}
|
344
|
-
i.flag.fr:before,
|
345
|
-
i.flag.france:before {
|
346
|
-
background-position: 0 -1976px;
|
347
|
-
}
|
348
|
-
i.flag.ga:before,
|
349
|
-
i.flag.gabon:before {
|
350
|
-
background-position: -36px 0;
|
351
|
-
}
|
352
|
-
i.flag.gb:before,
|
353
|
-
i.flag.uk:before,
|
354
|
-
i.flag.united.kingdom:before {
|
355
|
-
background-position: -36px -26px;
|
356
|
-
}
|
357
|
-
i.flag.gd:before,
|
358
|
-
i.flag.grenada:before {
|
359
|
-
background-position: -36px -52px;
|
360
|
-
}
|
361
|
-
i.flag.ge:before,
|
362
|
-
i.flag.georgia:before {
|
363
|
-
background-position: -36px -78px;
|
364
|
-
}
|
365
|
-
i.flag.gf:before,
|
366
|
-
i.flag.french.guiana:before {
|
367
|
-
background-position: -36px -104px;
|
368
|
-
}
|
369
|
-
i.flag.gh:before,
|
370
|
-
i.flag.ghana:before {
|
371
|
-
background-position: -36px -130px;
|
372
|
-
}
|
373
|
-
i.flag.gi:before,
|
374
|
-
i.flag.gibraltar:before {
|
375
|
-
background-position: -36px -156px;
|
376
|
-
}
|
377
|
-
i.flag.gl:before,
|
378
|
-
i.flag.greenland:before {
|
379
|
-
background-position: -36px -182px;
|
380
|
-
}
|
381
|
-
i.flag.gm:before,
|
382
|
-
i.flag.gambia:before {
|
383
|
-
background-position: -36px -208px;
|
384
|
-
}
|
385
|
-
i.flag.gn:before,
|
386
|
-
i.flag.guinea:before {
|
387
|
-
background-position: -36px -234px;
|
388
|
-
}
|
389
|
-
i.flag.gp:before,
|
390
|
-
i.flag.guadeloupe:before {
|
391
|
-
background-position: -36px -260px;
|
392
|
-
}
|
393
|
-
i.flag.gq:before,
|
394
|
-
i.flag.equatorial.guinea:before {
|
395
|
-
background-position: -36px -286px;
|
396
|
-
}
|
397
|
-
i.flag.gr:before,
|
398
|
-
i.flag.greece:before {
|
399
|
-
background-position: -36px -312px;
|
400
|
-
}
|
401
|
-
i.flag.gs:before,
|
402
|
-
i.flag.sandwich.islands:before {
|
403
|
-
background-position: -36px -338px;
|
404
|
-
}
|
405
|
-
i.flag.gt:before,
|
406
|
-
i.flag.guatemala:before {
|
407
|
-
background-position: -36px -364px;
|
408
|
-
}
|
409
|
-
i.flag.gu:before,
|
410
|
-
i.flag.guam:before {
|
411
|
-
background-position: -36px -390px;
|
412
|
-
}
|
413
|
-
i.flag.gw:before,
|
414
|
-
i.flag.guinea-bissau:before {
|
415
|
-
background-position: -36px -416px;
|
416
|
-
}
|
417
|
-
i.flag.gy:before,
|
418
|
-
i.flag.guyana:before {
|
419
|
-
background-position: -36px -442px;
|
420
|
-
}
|
421
|
-
i.flag.hk:before,
|
422
|
-
i.flag.hong.kong:before {
|
423
|
-
background-position: -36px -468px;
|
424
|
-
}
|
425
|
-
i.flag.hm:before,
|
426
|
-
i.flag.heard.island:before {
|
427
|
-
background-position: -36px -494px;
|
428
|
-
}
|
429
|
-
i.flag.hn:before,
|
430
|
-
i.flag.honduras:before {
|
431
|
-
background-position: -36px -520px;
|
432
|
-
}
|
433
|
-
i.flag.hr:before,
|
434
|
-
i.flag.croatia:before {
|
435
|
-
background-position: -36px -546px;
|
436
|
-
}
|
437
|
-
i.flag.ht:before,
|
438
|
-
i.flag.haiti:before {
|
439
|
-
background-position: -36px -572px;
|
440
|
-
}
|
441
|
-
i.flag.hu:before,
|
442
|
-
i.flag.hungary:before {
|
443
|
-
background-position: -36px -598px;
|
444
|
-
}
|
445
|
-
i.flag.id:before,
|
446
|
-
i.flag.indonesia:before {
|
447
|
-
background-position: -36px -624px;
|
448
|
-
}
|
449
|
-
i.flag.ie:before,
|
450
|
-
i.flag.ireland:before {
|
451
|
-
background-position: -36px -650px;
|
452
|
-
}
|
453
|
-
i.flag.il:before,
|
454
|
-
i.flag.israel:before {
|
455
|
-
background-position: -36px -676px;
|
456
|
-
}
|
457
|
-
i.flag.in:before,
|
458
|
-
i.flag.india:before {
|
459
|
-
background-position: -36px -702px;
|
460
|
-
}
|
461
|
-
i.flag.io:before,
|
462
|
-
i.flag.indian.ocean.territory:before {
|
463
|
-
background-position: -36px -728px;
|
464
|
-
}
|
465
|
-
i.flag.iq:before,
|
466
|
-
i.flag.iraq:before {
|
467
|
-
background-position: -36px -754px;
|
468
|
-
}
|
469
|
-
i.flag.ir:before,
|
470
|
-
i.flag.iran:before {
|
471
|
-
background-position: -36px -780px;
|
472
|
-
}
|
473
|
-
i.flag.is:before,
|
474
|
-
i.flag.iceland:before {
|
475
|
-
background-position: -36px -806px;
|
476
|
-
}
|
477
|
-
i.flag.it:before,
|
478
|
-
i.flag.italy:before {
|
479
|
-
background-position: -36px -832px;
|
480
|
-
}
|
481
|
-
i.flag.jm:before,
|
482
|
-
i.flag.jamaica:before {
|
483
|
-
background-position: -36px -858px;
|
484
|
-
}
|
485
|
-
i.flag.jo:before,
|
486
|
-
i.flag.jordan:before {
|
487
|
-
background-position: -36px -884px;
|
488
|
-
}
|
489
|
-
i.flag.jp:before,
|
490
|
-
i.flag.japan:before {
|
491
|
-
background-position: -36px -910px;
|
492
|
-
}
|
493
|
-
i.flag.ke:before,
|
494
|
-
i.flag.kenya:before {
|
495
|
-
background-position: -36px -936px;
|
496
|
-
}
|
497
|
-
i.flag.kg:before,
|
498
|
-
i.flag.kyrgyzstan:before {
|
499
|
-
background-position: -36px -962px;
|
500
|
-
}
|
501
|
-
i.flag.kh:before,
|
502
|
-
i.flag.cambodia:before {
|
503
|
-
background-position: -36px -988px;
|
504
|
-
}
|
505
|
-
i.flag.ki:before,
|
506
|
-
i.flag.kiribati:before {
|
507
|
-
background-position: -36px -1014px;
|
508
|
-
}
|
509
|
-
i.flag.km:before,
|
510
|
-
i.flag.comoros:before {
|
511
|
-
background-position: -36px -1040px;
|
512
|
-
}
|
513
|
-
i.flag.kn:before,
|
514
|
-
i.flag.saint.kitts.and.nevis:before {
|
515
|
-
background-position: -36px -1066px;
|
516
|
-
}
|
517
|
-
i.flag.kp:before,
|
518
|
-
i.flag.north.korea:before {
|
519
|
-
background-position: -36px -1092px;
|
520
|
-
}
|
521
|
-
i.flag.kr:before,
|
522
|
-
i.flag.south.korea:before {
|
523
|
-
background-position: -36px -1118px;
|
524
|
-
}
|
525
|
-
i.flag.kw:before,
|
526
|
-
i.flag.kuwait:before {
|
527
|
-
background-position: -36px -1144px;
|
528
|
-
}
|
529
|
-
i.flag.ky:before,
|
530
|
-
i.flag.cayman.islands:before {
|
531
|
-
background-position: -36px -1170px;
|
532
|
-
}
|
533
|
-
i.flag.kz:before,
|
534
|
-
i.flag.kazakhstan:before {
|
535
|
-
background-position: -36px -1196px;
|
536
|
-
}
|
537
|
-
i.flag.la:before,
|
538
|
-
i.flag.laos:before {
|
539
|
-
background-position: -36px -1222px;
|
540
|
-
}
|
541
|
-
i.flag.lb:before,
|
542
|
-
i.flag.lebanon:before {
|
543
|
-
background-position: -36px -1248px;
|
544
|
-
}
|
545
|
-
i.flag.lc:before,
|
546
|
-
i.flag.saint.lucia:before {
|
547
|
-
background-position: -36px -1274px;
|
548
|
-
}
|
549
|
-
i.flag.li:before,
|
550
|
-
i.flag.liechtenstein:before {
|
551
|
-
background-position: -36px -1300px;
|
552
|
-
}
|
553
|
-
i.flag.lk:before,
|
554
|
-
i.flag.sri.lanka:before {
|
555
|
-
background-position: -36px -1326px;
|
556
|
-
}
|
557
|
-
i.flag.lr:before,
|
558
|
-
i.flag.liberia:before {
|
559
|
-
background-position: -36px -1352px;
|
560
|
-
}
|
561
|
-
i.flag.ls:before,
|
562
|
-
i.flag.lesotho:before {
|
563
|
-
background-position: -36px -1378px;
|
564
|
-
}
|
565
|
-
i.flag.lt:before,
|
566
|
-
i.flag.lithuania:before {
|
567
|
-
background-position: -36px -1404px;
|
568
|
-
}
|
569
|
-
i.flag.lu:before,
|
570
|
-
i.flag.luxembourg:before {
|
571
|
-
background-position: -36px -1430px;
|
572
|
-
}
|
573
|
-
i.flag.lv:before,
|
574
|
-
i.flag.latvia:before {
|
575
|
-
background-position: -36px -1456px;
|
576
|
-
}
|
577
|
-
i.flag.ly:before,
|
578
|
-
i.flag.libya:before {
|
579
|
-
background-position: -36px -1482px;
|
580
|
-
}
|
581
|
-
i.flag.ma:before,
|
582
|
-
i.flag.morocco:before {
|
583
|
-
background-position: -36px -1508px;
|
584
|
-
}
|
585
|
-
i.flag.mc:before,
|
586
|
-
i.flag.monaco:before {
|
587
|
-
background-position: -36px -1534px;
|
588
|
-
}
|
589
|
-
i.flag.md:before,
|
590
|
-
i.flag.moldova:before {
|
591
|
-
background-position: -36px -1560px;
|
592
|
-
}
|
593
|
-
i.flag.me:before,
|
594
|
-
i.flag.montenegro:before {
|
595
|
-
background-position: -36px -1586px;
|
596
|
-
}
|
597
|
-
i.flag.mg:before,
|
598
|
-
i.flag.madagascar:before {
|
599
|
-
background-position: -36px -1613px;
|
600
|
-
}
|
601
|
-
i.flag.mh:before,
|
602
|
-
i.flag.marshall.islands:before {
|
603
|
-
background-position: -36px -1639px;
|
52
|
+
/*rtl:begin:ignore*/
|
53
|
+
i.flag.transgender::before {
|
54
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f3-fe0f-200d-26a7-fe0f.svg");
|
604
55
|
}
|
605
|
-
i.flag.
|
606
|
-
i.flag.
|
607
|
-
|
56
|
+
i.flag.rainbow::before,
|
57
|
+
i.flag.pride::before,
|
58
|
+
i.flag.lgbt::before {
|
59
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f3-fe0f-200d-1f308.svg");
|
608
60
|
}
|
609
|
-
i.flag.
|
610
|
-
|
611
|
-
background-position: -36px -1691px;
|
61
|
+
i.flag.pirate::before {
|
62
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-200d-2620-fe0f.svg");
|
612
63
|
}
|
613
|
-
i.flag.
|
614
|
-
i.flag.
|
615
|
-
|
616
|
-
background-position: -36px -1717px;
|
64
|
+
i.flag.af::before,
|
65
|
+
i.flag.afghanistan::before {
|
66
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1eb.svg");
|
617
67
|
}
|
618
|
-
i.flag.
|
619
|
-
i.flag.
|
620
|
-
background-
|
68
|
+
i.flag.ax::before,
|
69
|
+
i.flag.aland.islands::before {
|
70
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fd.svg");
|
621
71
|
}
|
622
|
-
i.flag.
|
623
|
-
i.flag.
|
624
|
-
background-
|
72
|
+
i.flag.al::before,
|
73
|
+
i.flag.albania::before {
|
74
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f1.svg");
|
625
75
|
}
|
626
|
-
i.flag.
|
627
|
-
i.flag.
|
628
|
-
background-
|
76
|
+
i.flag.dz::before,
|
77
|
+
i.flag.algeria::before {
|
78
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ff.svg");
|
629
79
|
}
|
630
|
-
i.flag.
|
631
|
-
i.flag.
|
632
|
-
background-
|
80
|
+
i.flag.as::before,
|
81
|
+
i.flag.american.samoa::before {
|
82
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f8.svg");
|
633
83
|
}
|
634
|
-
i.flag.
|
635
|
-
i.flag.
|
636
|
-
background-
|
84
|
+
i.flag.ad::before,
|
85
|
+
i.flag.andorra::before {
|
86
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1e9.svg");
|
637
87
|
}
|
638
|
-
i.flag.
|
639
|
-
i.flag.
|
640
|
-
background-
|
88
|
+
i.flag.ao::before,
|
89
|
+
i.flag.angola::before {
|
90
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f4.svg");
|
641
91
|
}
|
642
|
-
i.flag.
|
643
|
-
i.flag.
|
644
|
-
background-
|
92
|
+
i.flag.ai::before,
|
93
|
+
i.flag.anguilla::before {
|
94
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ee.svg");
|
645
95
|
}
|
646
|
-
i.flag.
|
647
|
-
i.flag.
|
648
|
-
background-
|
96
|
+
i.flag.aq::before,
|
97
|
+
i.flag.antarctica::before {
|
98
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f6.svg");
|
649
99
|
}
|
650
|
-
i.flag.
|
651
|
-
i.flag.
|
652
|
-
|
100
|
+
i.flag.ag::before,
|
101
|
+
i.flag.antigua.and.barbuda::before,
|
102
|
+
i.flag.antigua::before {
|
103
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ec.svg");
|
653
104
|
}
|
654
|
-
i.flag.
|
655
|
-
i.flag.
|
656
|
-
background-
|
105
|
+
i.flag.ar::before,
|
106
|
+
i.flag.argentina::before {
|
107
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f7.svg");
|
657
108
|
}
|
658
|
-
i.flag.
|
659
|
-
i.flag.
|
660
|
-
background-
|
109
|
+
i.flag.am::before,
|
110
|
+
i.flag.armenia::before {
|
111
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f2.svg");
|
661
112
|
}
|
662
|
-
i.flag.
|
663
|
-
i.flag.
|
664
|
-
background-
|
113
|
+
i.flag.aw::before,
|
114
|
+
i.flag.aruba::before {
|
115
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fc.svg");
|
665
116
|
}
|
666
|
-
i.flag.
|
667
|
-
i.flag.
|
668
|
-
background-
|
117
|
+
i.flag.au::before,
|
118
|
+
i.flag.australia::before {
|
119
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fa.svg");
|
669
120
|
}
|
670
|
-
i.flag.
|
671
|
-
i.flag.
|
672
|
-
background-
|
121
|
+
i.flag.at::before,
|
122
|
+
i.flag.austria::before {
|
123
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f9.svg");
|
673
124
|
}
|
674
|
-
i.flag.
|
675
|
-
i.flag.
|
676
|
-
background-
|
125
|
+
i.flag.az::before,
|
126
|
+
i.flag.azerbaijan::before {
|
127
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ff.svg");
|
677
128
|
}
|
678
|
-
i.flag.
|
679
|
-
i.flag.
|
680
|
-
background-
|
129
|
+
i.flag.bs::before,
|
130
|
+
i.flag.bahamas::before {
|
131
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f8.svg");
|
132
|
+
}
|
133
|
+
i.flag.bh::before,
|
134
|
+
i.flag.bahrain::before {
|
135
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ed.svg");
|
136
|
+
}
|
137
|
+
i.flag.bd::before,
|
138
|
+
i.flag.bangladesh::before {
|
139
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e9.svg");
|
140
|
+
}
|
141
|
+
i.flag.bb::before,
|
142
|
+
i.flag.barbados::before {
|
143
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e7.svg");
|
144
|
+
}
|
145
|
+
i.flag.by::before,
|
146
|
+
i.flag.belarus::before {
|
147
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fe.svg");
|
148
|
+
}
|
149
|
+
i.flag.be::before,
|
150
|
+
i.flag.belgium::before {
|
151
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ea.svg");
|
152
|
+
}
|
153
|
+
i.flag.bz::before,
|
154
|
+
i.flag.belize::before {
|
155
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ff.svg");
|
156
|
+
}
|
157
|
+
i.flag.bj::before,
|
158
|
+
i.flag.benin::before {
|
159
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ef.svg");
|
681
160
|
}
|
682
|
-
i.flag.
|
683
|
-
i.flag.
|
684
|
-
background-
|
161
|
+
i.flag.bm::before,
|
162
|
+
i.flag.bermuda::before {
|
163
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f2.svg");
|
164
|
+
}
|
165
|
+
i.flag.bt::before,
|
166
|
+
i.flag.bhutan::before {
|
167
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f9.svg");
|
168
|
+
}
|
169
|
+
i.flag.bo::before,
|
170
|
+
i.flag.bolivia::before {
|
171
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f4.svg");
|
172
|
+
}
|
173
|
+
i.flag.ba::before,
|
174
|
+
i.flag.bosnia.and.herzegovina::before {
|
175
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e6.svg");
|
176
|
+
}
|
177
|
+
i.flag.bw::before,
|
178
|
+
i.flag.botswana::before {
|
179
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fc.svg");
|
180
|
+
}
|
181
|
+
i.flag.br::before,
|
182
|
+
i.flag.brazil::before {
|
183
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f7.svg");
|
184
|
+
}
|
185
|
+
i.flag.io::before,
|
186
|
+
i.flag.british.indian.ocean.territory::before {
|
187
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f4.svg");
|
188
|
+
}
|
189
|
+
i.flag.vg::before,
|
190
|
+
i.flag.british.virgin.islands::before {
|
191
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ec.svg");
|
192
|
+
}
|
193
|
+
i.flag.bn::before,
|
194
|
+
i.flag.brunei::before {
|
195
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f3.svg");
|
196
|
+
}
|
197
|
+
i.flag.bg::before,
|
198
|
+
i.flag.bulgaria::before {
|
199
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ec.svg");
|
200
|
+
}
|
201
|
+
i.flag.bf::before,
|
202
|
+
i.flag.burkina.faso::before {
|
203
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1eb.svg");
|
685
204
|
}
|
686
|
-
i.flag.
|
687
|
-
i.flag.
|
688
|
-
background-
|
205
|
+
i.flag.bi::before,
|
206
|
+
i.flag.burundi::before {
|
207
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ee.svg");
|
689
208
|
}
|
690
|
-
i.flag.
|
691
|
-
i.flag.
|
692
|
-
background-
|
209
|
+
i.flag.kh::before,
|
210
|
+
i.flag.cambodia::before {
|
211
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ed.svg");
|
693
212
|
}
|
694
|
-
i.flag.
|
695
|
-
i.flag.
|
696
|
-
background-
|
213
|
+
i.flag.cm::before,
|
214
|
+
i.flag.cameroon::before {
|
215
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f2.svg");
|
697
216
|
}
|
698
|
-
i.flag.
|
699
|
-
i.flag.
|
700
|
-
background-
|
217
|
+
i.flag.ca::before,
|
218
|
+
i.flag.canada::before {
|
219
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e6.svg");
|
701
220
|
}
|
702
|
-
i.flag.
|
703
|
-
i.flag.
|
704
|
-
background-
|
221
|
+
i.flag.ic::before,
|
222
|
+
i.flag.canary.islands::before {
|
223
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1e8.svg");
|
705
224
|
}
|
706
|
-
i.flag.
|
707
|
-
i.flag.
|
708
|
-
background-
|
225
|
+
i.flag.cv::before,
|
226
|
+
i.flag.cape.verde::before {
|
227
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fb.svg");
|
709
228
|
}
|
710
|
-
i.flag.
|
711
|
-
i.flag.
|
712
|
-
|
229
|
+
i.flag.bq::before,
|
230
|
+
i.flag.caribbean.netherlands::before,
|
231
|
+
i.flag.an::before,
|
232
|
+
i.flag.netherlands.antilles::before {
|
233
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f6.svg");
|
234
|
+
}
|
235
|
+
i.flag.ky::before,
|
236
|
+
i.flag.cayman.islands::before {
|
237
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1fe.svg");
|
238
|
+
}
|
239
|
+
i.flag.cf::before,
|
240
|
+
i.flag.central.african.republic::before {
|
241
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1eb.svg");
|
242
|
+
}
|
243
|
+
i.flag.td::before,
|
244
|
+
i.flag.chad::before {
|
245
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e9.svg");
|
246
|
+
}
|
247
|
+
i.flag.cl::before,
|
248
|
+
i.flag.chile::before {
|
249
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f1.svg");
|
250
|
+
}
|
251
|
+
i.flag.cn::before,
|
252
|
+
i.flag.china::before {
|
253
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f3.svg");
|
254
|
+
}
|
255
|
+
i.flag.cx::before,
|
256
|
+
i.flag.christmas.island::before {
|
257
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fd.svg");
|
258
|
+
}
|
259
|
+
i.flag.cc::before,
|
260
|
+
i.flag.cocos.islands::before {
|
261
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e8.svg");
|
262
|
+
}
|
263
|
+
i.flag.co::before,
|
264
|
+
i.flag.colombia::before {
|
265
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f4.svg");
|
266
|
+
}
|
267
|
+
i.flag.km::before,
|
268
|
+
i.flag.comoros::before {
|
269
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f2.svg");
|
270
|
+
}
|
271
|
+
i.flag.cg::before,
|
272
|
+
i.flag.congo.brazzaville::before {
|
273
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ec.svg");
|
274
|
+
}
|
275
|
+
i.flag.cd::before,
|
276
|
+
i.flag.congo.kinshasa::before,
|
277
|
+
i.flag.congo::before {
|
278
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e9.svg");
|
713
279
|
}
|
714
|
-
i.flag.
|
715
|
-
i.flag.
|
716
|
-
background-
|
280
|
+
i.flag.ck::before,
|
281
|
+
i.flag.cook.islands::before {
|
282
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f0.svg");
|
717
283
|
}
|
718
|
-
i.flag.
|
719
|
-
i.flag.
|
720
|
-
background-
|
284
|
+
i.flag.cr::before,
|
285
|
+
i.flag.costa.rica::before {
|
286
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f7.svg");
|
721
287
|
}
|
722
|
-
i.flag.
|
723
|
-
i.flag.
|
724
|
-
background-
|
288
|
+
i.flag.ci::before,
|
289
|
+
i.flag.côte.d’ivoire::before {
|
290
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ee.svg");
|
291
|
+
}
|
292
|
+
i.flag.hr::before,
|
293
|
+
i.flag.croatia::before {
|
294
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f7.svg");
|
295
|
+
}
|
296
|
+
i.flag.cu::before,
|
297
|
+
i.flag.cuba::before {
|
298
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fa.svg");
|
299
|
+
}
|
300
|
+
i.flag.cw::before,
|
301
|
+
i.flag.curacao::before {
|
302
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fc.svg");
|
303
|
+
}
|
304
|
+
i.flag.cy::before,
|
305
|
+
i.flag.cyprus::before {
|
306
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fe.svg");
|
307
|
+
}
|
308
|
+
i.flag.cz::before,
|
309
|
+
i.flag.czechia::before {
|
310
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ff.svg");
|
311
|
+
}
|
312
|
+
i.flag.dk::before,
|
313
|
+
i.flag.denmark::before {
|
314
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f0.svg");
|
315
|
+
}
|
316
|
+
i.flag.dj::before,
|
317
|
+
i.flag.djibouti::before {
|
318
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ef.svg");
|
319
|
+
}
|
320
|
+
i.flag.dm::before,
|
321
|
+
i.flag.dominica::before {
|
322
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f2.svg");
|
323
|
+
}
|
324
|
+
i.flag.do::before,
|
325
|
+
i.flag.dominican.republic::before {
|
326
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f4.svg");
|
327
|
+
}
|
328
|
+
i.flag.ec::before,
|
329
|
+
i.flag.ecuador::before {
|
330
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1e8.svg");
|
331
|
+
}
|
332
|
+
i.flag.eg::before,
|
333
|
+
i.flag.egypt::before {
|
334
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ec.svg");
|
335
|
+
}
|
336
|
+
i.flag.sv::before,
|
337
|
+
i.flag.el.salvador::before {
|
338
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fb.svg");
|
339
|
+
}
|
340
|
+
i.flag.gq::before,
|
341
|
+
i.flag.equatorial.guinea::before {
|
342
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f6.svg");
|
343
|
+
}
|
344
|
+
i.flag.er::before,
|
345
|
+
i.flag.eritrea::before {
|
346
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f7.svg");
|
347
|
+
}
|
348
|
+
i.flag.ee::before,
|
349
|
+
i.flag.estonia::before {
|
350
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ea.svg");
|
351
|
+
}
|
352
|
+
i.flag.et::before,
|
353
|
+
i.flag.ethiopia::before {
|
354
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f9.svg");
|
355
|
+
}
|
356
|
+
i.flag.eu::before,
|
357
|
+
i.flag.european.union::before {
|
358
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1fa.svg");
|
359
|
+
}
|
360
|
+
i.flag.fk::before,
|
361
|
+
i.flag.falkland.islands::before {
|
362
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f0.svg");
|
363
|
+
}
|
364
|
+
i.flag.fo::before,
|
365
|
+
i.flag.faroe.islands::before {
|
366
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f4.svg");
|
367
|
+
}
|
368
|
+
i.flag.fj::before,
|
369
|
+
i.flag.fiji::before {
|
370
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1ef.svg");
|
371
|
+
}
|
372
|
+
i.flag.fi::before,
|
373
|
+
i.flag.finland::before {
|
374
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1ee.svg");
|
375
|
+
}
|
376
|
+
i.flag.fr::before,
|
377
|
+
i.flag.france::before {
|
378
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f7.svg");
|
725
379
|
}
|
726
|
-
i.flag.
|
727
|
-
i.flag.
|
728
|
-
background-
|
380
|
+
i.flag.gf::before,
|
381
|
+
i.flag.french.guiana::before {
|
382
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1eb.svg");
|
729
383
|
}
|
730
|
-
i.flag.pf
|
731
|
-
i.flag.french.polynesia
|
732
|
-
background-
|
384
|
+
i.flag.pf::before,
|
385
|
+
i.flag.french.polynesia::before {
|
386
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1eb.svg");
|
733
387
|
}
|
734
|
-
i.flag.
|
735
|
-
i.flag.
|
736
|
-
|
388
|
+
i.flag.tf::before,
|
389
|
+
i.flag.french.southern.territories::before,
|
390
|
+
i.flag.french.territories::before {
|
391
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1eb.svg");
|
392
|
+
}
|
393
|
+
i.flag.ga::before,
|
394
|
+
i.flag.gabon::before {
|
395
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e6.svg");
|
396
|
+
}
|
397
|
+
i.flag.gm::before,
|
398
|
+
i.flag.gambia::before {
|
399
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f2.svg");
|
400
|
+
}
|
401
|
+
i.flag.ge::before,
|
402
|
+
i.flag.georgia::before {
|
403
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ea.svg");
|
404
|
+
}
|
405
|
+
i.flag.de::before,
|
406
|
+
i.flag.germany::before {
|
407
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ea.svg");
|
408
|
+
}
|
409
|
+
i.flag.gh::before,
|
410
|
+
i.flag.ghana::before {
|
411
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ed.svg");
|
412
|
+
}
|
413
|
+
i.flag.gi::before,
|
414
|
+
i.flag.gibraltar::before {
|
415
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ee.svg");
|
416
|
+
}
|
417
|
+
i.flag.gr::before,
|
418
|
+
i.flag.greece::before {
|
419
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f7.svg");
|
420
|
+
}
|
421
|
+
i.flag.gl::before,
|
422
|
+
i.flag.greenland::before {
|
423
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f1.svg");
|
424
|
+
}
|
425
|
+
i.flag.gd::before,
|
426
|
+
i.flag.grenada::before {
|
427
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e9.svg");
|
428
|
+
}
|
429
|
+
i.flag.gp::before,
|
430
|
+
i.flag.guadeloupe::before {
|
431
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f5.svg");
|
432
|
+
}
|
433
|
+
i.flag.gu::before,
|
434
|
+
i.flag.guam::before {
|
435
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fa.svg");
|
436
|
+
}
|
437
|
+
i.flag.gt::before,
|
438
|
+
i.flag.guatemala::before {
|
439
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f9.svg");
|
440
|
+
}
|
441
|
+
i.flag.gg::before,
|
442
|
+
i.flag.guernsey::before {
|
443
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ec.svg");
|
444
|
+
}
|
445
|
+
i.flag.gn::before,
|
446
|
+
i.flag.guinea::before {
|
447
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f3.svg");
|
448
|
+
}
|
449
|
+
i.flag.gw::before,
|
450
|
+
i.flag.guinea-bissau::before {
|
451
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fc.svg");
|
452
|
+
}
|
453
|
+
i.flag.gy::before,
|
454
|
+
i.flag.guyana::before {
|
455
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fe.svg");
|
456
|
+
}
|
457
|
+
i.flag.ht::before,
|
458
|
+
i.flag.haiti::before {
|
459
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f9.svg");
|
460
|
+
}
|
461
|
+
i.flag.hn::before,
|
462
|
+
i.flag.honduras::before {
|
463
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f3.svg");
|
464
|
+
}
|
465
|
+
i.flag.hk::before,
|
466
|
+
i.flag.hong.kong.sar.china::before,
|
467
|
+
i.flag.hong.kong::before {
|
468
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f0.svg");
|
737
469
|
}
|
738
|
-
i.flag.
|
739
|
-
i.flag.
|
740
|
-
background-
|
470
|
+
i.flag.hu::before,
|
471
|
+
i.flag.hungary::before {
|
472
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1fa.svg");
|
741
473
|
}
|
742
|
-
i.flag.
|
743
|
-
i.flag.
|
744
|
-
background-
|
474
|
+
i.flag.is::before,
|
475
|
+
i.flag.iceland::before {
|
476
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f8.svg");
|
745
477
|
}
|
746
|
-
i.flag.
|
747
|
-
i.flag.
|
748
|
-
background-
|
478
|
+
i.flag.in::before,
|
479
|
+
i.flag.india::before {
|
480
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f3.svg");
|
749
481
|
}
|
750
|
-
i.flag.
|
751
|
-
i.flag.
|
752
|
-
background-
|
482
|
+
i.flag.id::before,
|
483
|
+
i.flag.indonesia::before {
|
484
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1e9.svg");
|
753
485
|
}
|
754
|
-
i.flag.
|
755
|
-
i.flag.
|
756
|
-
background-
|
486
|
+
i.flag.ir::before,
|
487
|
+
i.flag.iran::before {
|
488
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f7.svg");
|
757
489
|
}
|
758
|
-
i.flag.
|
759
|
-
i.flag.
|
760
|
-
background-
|
490
|
+
i.flag.iq::before,
|
491
|
+
i.flag.iraq::before {
|
492
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f6.svg");
|
761
493
|
}
|
762
|
-
i.flag.
|
763
|
-
i.flag.
|
764
|
-
background-
|
494
|
+
i.flag.ie::before,
|
495
|
+
i.flag.ireland::before {
|
496
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1ea.svg");
|
765
497
|
}
|
766
|
-
i.flag.
|
767
|
-
i.flag.
|
768
|
-
background-
|
498
|
+
i.flag.im::before,
|
499
|
+
i.flag.isle.of.man::before {
|
500
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f2.svg");
|
769
501
|
}
|
770
|
-
i.flag.
|
771
|
-
i.flag.
|
772
|
-
background-
|
502
|
+
i.flag.il::before,
|
503
|
+
i.flag.israel::before {
|
504
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f1.svg");
|
773
505
|
}
|
774
|
-
i.flag.
|
775
|
-
i.flag.
|
776
|
-
background-
|
506
|
+
i.flag.it::before,
|
507
|
+
i.flag.italy::before {
|
508
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f9.svg");
|
777
509
|
}
|
778
|
-
i.flag.
|
779
|
-
i.flag.
|
780
|
-
background-
|
510
|
+
i.flag.jm::before,
|
511
|
+
i.flag.jamaica::before {
|
512
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f2.svg");
|
781
513
|
}
|
782
|
-
i.flag.
|
783
|
-
i.flag.
|
784
|
-
background-
|
514
|
+
i.flag.jp::before,
|
515
|
+
i.flag.japan::before {
|
516
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f5.svg");
|
785
517
|
}
|
786
|
-
i.flag.
|
787
|
-
i.flag.
|
788
|
-
background-
|
518
|
+
i.flag.je::before,
|
519
|
+
i.flag.jersey::before {
|
520
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1ea.svg");
|
789
521
|
}
|
790
|
-
i.flag.
|
791
|
-
i.flag.
|
792
|
-
background-
|
522
|
+
i.flag.jo::before,
|
523
|
+
i.flag.jordan::before {
|
524
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f4.svg");
|
793
525
|
}
|
794
|
-
i.flag.
|
795
|
-
i.flag.
|
796
|
-
background-
|
526
|
+
i.flag.kz::before,
|
527
|
+
i.flag.kazakhstan::before {
|
528
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ff.svg");
|
797
529
|
}
|
798
|
-
i.flag.
|
799
|
-
i.flag.
|
800
|
-
background-
|
530
|
+
i.flag.ke::before,
|
531
|
+
i.flag.kenya::before {
|
532
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ea.svg");
|
801
533
|
}
|
802
|
-
i.flag.
|
803
|
-
i.flag.
|
804
|
-
background-
|
534
|
+
i.flag.ki::before,
|
535
|
+
i.flag.kiribati::before {
|
536
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ee.svg");
|
805
537
|
}
|
806
|
-
i.flag.
|
807
|
-
i.flag.
|
808
|
-
background-
|
538
|
+
i.flag.xk::before,
|
539
|
+
i.flag.kosovo::before {
|
540
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fd-1f1f0.svg");
|
809
541
|
}
|
810
|
-
i.flag.
|
811
|
-
i.flag.
|
812
|
-
background-
|
542
|
+
i.flag.kw::before,
|
543
|
+
i.flag.kuwait::before {
|
544
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1fc.svg");
|
813
545
|
}
|
814
|
-
i.flag.
|
815
|
-
i.flag.
|
816
|
-
background-
|
546
|
+
i.flag.kg::before,
|
547
|
+
i.flag.kyrgyzstan::before {
|
548
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ec.svg");
|
817
549
|
}
|
818
|
-
i.flag.
|
819
|
-
i.flag.
|
820
|
-
background-
|
550
|
+
i.flag.la::before,
|
551
|
+
i.flag.laos::before {
|
552
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e6.svg");
|
821
553
|
}
|
822
|
-
i.flag.
|
823
|
-
i.flag.
|
824
|
-
background-
|
554
|
+
i.flag.lv::before,
|
555
|
+
i.flag.latvia::before {
|
556
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fb.svg");
|
825
557
|
}
|
826
|
-
i.flag.
|
827
|
-
i.flag.
|
828
|
-
background-
|
558
|
+
i.flag.lb::before,
|
559
|
+
i.flag.lebanon::before {
|
560
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e7.svg");
|
829
561
|
}
|
830
|
-
i.flag.
|
831
|
-
i.flag.
|
832
|
-
background-
|
562
|
+
i.flag.ls::before,
|
563
|
+
i.flag.lesotho::before {
|
564
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f8.svg");
|
833
565
|
}
|
834
|
-
i.flag.
|
835
|
-
i.flag.
|
836
|
-
background-
|
566
|
+
i.flag.lr::before,
|
567
|
+
i.flag.liberia::before {
|
568
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f7.svg");
|
837
569
|
}
|
838
|
-
i.flag.
|
839
|
-
i.flag.
|
840
|
-
|
841
|
-
background-position: -72px -1170px;
|
570
|
+
i.flag.ly::before,
|
571
|
+
i.flag.libya::before {
|
572
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fe.svg");
|
842
573
|
}
|
843
|
-
i.flag.
|
844
|
-
i.flag.
|
845
|
-
background-
|
574
|
+
i.flag.li::before,
|
575
|
+
i.flag.liechtenstein::before {
|
576
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1ee.svg");
|
846
577
|
}
|
847
|
-
i.flag.
|
848
|
-
i.flag.
|
849
|
-
background-
|
578
|
+
i.flag.lt::before,
|
579
|
+
i.flag.lithuania::before {
|
580
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f9.svg");
|
850
581
|
}
|
851
|
-
i.flag.
|
852
|
-
i.flag.
|
853
|
-
background-
|
582
|
+
i.flag.lu::before,
|
583
|
+
i.flag.luxembourg::before {
|
584
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fa.svg");
|
854
585
|
}
|
855
|
-
i.flag.
|
856
|
-
i.flag.
|
857
|
-
background-
|
586
|
+
i.flag.mo::before,
|
587
|
+
i.flag.macao.sar.china::before {
|
588
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f4.svg");
|
858
589
|
}
|
859
|
-
i.flag.
|
860
|
-
i.flag.
|
861
|
-
background-
|
862
|
-
}
|
863
|
-
i.flag.sr:before,
|
864
|
-
i.flag.suriname:before {
|
865
|
-
background-position: -72px -1326px;
|
866
|
-
}
|
867
|
-
i.flag.st:before,
|
868
|
-
i.flag.sao.tome:before {
|
869
|
-
background-position: -72px -1352px;
|
870
|
-
}
|
871
|
-
i.flag.sv:before,
|
872
|
-
i.flag.el.salvador:before {
|
873
|
-
background-position: -72px -1378px;
|
874
|
-
}
|
875
|
-
i.flag.sy:before,
|
876
|
-
i.flag.syria:before {
|
877
|
-
background-position: -72px -1404px;
|
878
|
-
}
|
879
|
-
i.flag.sz:before,
|
880
|
-
i.flag.swaziland:before {
|
881
|
-
background-position: -72px -1430px;
|
882
|
-
}
|
883
|
-
i.flag.tc:before,
|
884
|
-
i.flag.caicos.islands:before {
|
885
|
-
background-position: -72px -1456px;
|
886
|
-
}
|
887
|
-
i.flag.td:before,
|
888
|
-
i.flag.chad:before {
|
889
|
-
background-position: -72px -1482px;
|
890
|
-
}
|
891
|
-
i.flag.tf:before,
|
892
|
-
i.flag.french.territories:before {
|
893
|
-
background-position: -72px -1508px;
|
894
|
-
}
|
895
|
-
i.flag.tg:before,
|
896
|
-
i.flag.togo:before {
|
897
|
-
background-position: -72px -1534px;
|
898
|
-
}
|
899
|
-
i.flag.th:before,
|
900
|
-
i.flag.thailand:before {
|
901
|
-
background-position: -72px -1560px;
|
902
|
-
}
|
903
|
-
i.flag.tj:before,
|
904
|
-
i.flag.tajikistan:before {
|
905
|
-
background-position: -72px -1586px;
|
906
|
-
}
|
907
|
-
i.flag.tk:before,
|
908
|
-
i.flag.tokelau:before {
|
909
|
-
background-position: -72px -1612px;
|
910
|
-
}
|
911
|
-
i.flag.tl:before,
|
912
|
-
i.flag.timorleste:before {
|
913
|
-
background-position: -72px -1638px;
|
914
|
-
}
|
915
|
-
i.flag.tm:before,
|
916
|
-
i.flag.turkmenistan:before {
|
917
|
-
background-position: -72px -1664px;
|
918
|
-
}
|
919
|
-
i.flag.tn:before,
|
920
|
-
i.flag.tunisia:before {
|
921
|
-
background-position: -72px -1690px;
|
922
|
-
}
|
923
|
-
i.flag.to:before,
|
924
|
-
i.flag.tonga:before {
|
925
|
-
background-position: -72px -1716px;
|
926
|
-
}
|
927
|
-
i.flag.tr:before,
|
928
|
-
i.flag.turkey:before {
|
929
|
-
background-position: -72px -1742px;
|
930
|
-
}
|
931
|
-
i.flag.tt:before,
|
932
|
-
i.flag.trinidad:before {
|
933
|
-
background-position: -72px -1768px;
|
590
|
+
i.flag.mk::before,
|
591
|
+
i.flag.macedonia::before {
|
592
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f0.svg");
|
934
593
|
}
|
935
|
-
i.flag.
|
936
|
-
i.flag.
|
937
|
-
background-
|
594
|
+
i.flag.mg::before,
|
595
|
+
i.flag.madagascar::before {
|
596
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ec.svg");
|
938
597
|
}
|
939
|
-
i.flag.
|
940
|
-
i.flag.
|
941
|
-
background-
|
598
|
+
i.flag.mw::before,
|
599
|
+
i.flag.malawi::before {
|
600
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fc.svg");
|
942
601
|
}
|
943
|
-
i.flag.
|
944
|
-
i.flag.
|
945
|
-
background-
|
602
|
+
i.flag.my::before,
|
603
|
+
i.flag.malaysia::before {
|
604
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fe.svg");
|
946
605
|
}
|
947
|
-
i.flag.
|
948
|
-
i.flag.
|
949
|
-
background-
|
606
|
+
i.flag.mv::before,
|
607
|
+
i.flag.maldives::before {
|
608
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fb.svg");
|
950
609
|
}
|
951
|
-
i.flag.
|
952
|
-
i.flag.
|
953
|
-
background-
|
610
|
+
i.flag.ml::before,
|
611
|
+
i.flag.mali::before {
|
612
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f1.svg");
|
954
613
|
}
|
955
|
-
i.flag.
|
956
|
-
i.flag.
|
957
|
-
background-
|
614
|
+
i.flag.mt::before,
|
615
|
+
i.flag.malta::before {
|
616
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f9.svg");
|
958
617
|
}
|
959
|
-
i.flag.
|
960
|
-
i.flag.
|
961
|
-
|
962
|
-
background-position: -72px -1950px;
|
618
|
+
i.flag.mh::before,
|
619
|
+
i.flag.marshall.islands::before {
|
620
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ed.svg");
|
963
621
|
}
|
964
|
-
i.flag.
|
965
|
-
i.flag.
|
966
|
-
background-
|
622
|
+
i.flag.mq::before,
|
623
|
+
i.flag.martinique::before {
|
624
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f6.svg");
|
967
625
|
}
|
968
|
-
i.flag.
|
969
|
-
i.flag.
|
970
|
-
background-
|
626
|
+
i.flag.mr::before,
|
627
|
+
i.flag.mauritania::before {
|
628
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f7.svg");
|
971
629
|
}
|
972
|
-
i.flag.
|
973
|
-
i.flag.
|
974
|
-
background-
|
630
|
+
i.flag.mu::before,
|
631
|
+
i.flag.mauritius::before {
|
632
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fa.svg");
|
975
633
|
}
|
976
|
-
i.flag.
|
977
|
-
i.flag.
|
978
|
-
background-
|
634
|
+
i.flag.yt::before,
|
635
|
+
i.flag.mayotte::before {
|
636
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fe-1f1f9.svg");
|
979
637
|
}
|
980
|
-
i.flag.
|
981
|
-
i.flag.
|
982
|
-
background-
|
638
|
+
i.flag.mx::before,
|
639
|
+
i.flag.mexico::before {
|
640
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fd.svg");
|
983
641
|
}
|
984
|
-
i.flag.
|
985
|
-
i.flag.
|
986
|
-
background-
|
642
|
+
i.flag.fm::before,
|
643
|
+
i.flag.micronesia::before {
|
644
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f2.svg");
|
987
645
|
}
|
988
|
-
i.flag.
|
989
|
-
i.flag.
|
990
|
-
background-
|
646
|
+
i.flag.md::before,
|
647
|
+
i.flag.moldova::before {
|
648
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e9.svg");
|
991
649
|
}
|
992
|
-
i.flag.
|
993
|
-
i.flag.
|
994
|
-
background-
|
650
|
+
i.flag.mc::before,
|
651
|
+
i.flag.monaco::before {
|
652
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e8.svg");
|
995
653
|
}
|
996
|
-
i.flag.
|
997
|
-
i.flag.
|
998
|
-
background-
|
654
|
+
i.flag.mn::before,
|
655
|
+
i.flag.mongolia::before {
|
656
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f3.svg");
|
999
657
|
}
|
1000
|
-
i.flag.
|
1001
|
-
i.flag.
|
1002
|
-
background-
|
658
|
+
i.flag.me::before,
|
659
|
+
i.flag.montenegro::before {
|
660
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ea.svg");
|
1003
661
|
}
|
1004
|
-
i.flag.
|
1005
|
-
i.flag.
|
1006
|
-
background-
|
662
|
+
i.flag.ms::before,
|
663
|
+
i.flag.montserrat::before {
|
664
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f8.svg");
|
1007
665
|
}
|
1008
|
-
i.flag.
|
1009
|
-
i.flag.
|
1010
|
-
background-
|
666
|
+
i.flag.ma::before,
|
667
|
+
i.flag.morocco::before {
|
668
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e6.svg");
|
1011
669
|
}
|
1012
|
-
i.flag.
|
1013
|
-
i.flag.
|
1014
|
-
background-
|
670
|
+
i.flag.mz::before,
|
671
|
+
i.flag.mozambique::before {
|
672
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ff.svg");
|
1015
673
|
}
|
1016
|
-
i.flag.
|
1017
|
-
i.flag.
|
1018
|
-
|
674
|
+
i.flag.mm::before,
|
675
|
+
i.flag.myanmar::before,
|
676
|
+
i.flag.burma::before {
|
677
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f2.svg");
|
678
|
+
}
|
679
|
+
i.flag.na::before,
|
680
|
+
i.flag.namibia::before {
|
681
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1e6.svg");
|
682
|
+
}
|
683
|
+
i.flag.nr::before,
|
684
|
+
i.flag.nauru::before {
|
685
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f7.svg");
|
686
|
+
}
|
687
|
+
i.flag.np::before,
|
688
|
+
i.flag.nepal::before {
|
689
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f5.svg");
|
690
|
+
}
|
691
|
+
i.flag.nl::before,
|
692
|
+
i.flag.netherlands::before {
|
693
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f1.svg");
|
694
|
+
}
|
695
|
+
i.flag.nc::before,
|
696
|
+
i.flag.new.caledonia::before {
|
697
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1e8.svg");
|
698
|
+
}
|
699
|
+
i.flag.nz::before,
|
700
|
+
i.flag.new.zealand::before {
|
701
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ff.svg");
|
702
|
+
}
|
703
|
+
i.flag.ni::before,
|
704
|
+
i.flag.nicaragua::before {
|
705
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ee.svg");
|
706
|
+
}
|
707
|
+
i.flag.ne::before,
|
708
|
+
i.flag.niger::before {
|
709
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ea.svg");
|
710
|
+
}
|
711
|
+
i.flag.ng::before,
|
712
|
+
i.flag.nigeria::before {
|
713
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ec.svg");
|
714
|
+
}
|
715
|
+
i.flag.nu::before,
|
716
|
+
i.flag.niue::before {
|
717
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1fa.svg");
|
718
|
+
}
|
719
|
+
i.flag.nf::before,
|
720
|
+
i.flag.norfolk.island::before {
|
721
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1eb.svg");
|
722
|
+
}
|
723
|
+
i.flag.kp::before,
|
724
|
+
i.flag.north.korea::before {
|
725
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f5.svg");
|
726
|
+
}
|
727
|
+
i.flag.mp::before,
|
728
|
+
i.flag.northern.mariana.islands::before {
|
729
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f5.svg");
|
730
|
+
}
|
731
|
+
i.flag.no::before,
|
732
|
+
i.flag.norway::before {
|
733
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f4.svg");
|
734
|
+
}
|
735
|
+
i.flag.om::before,
|
736
|
+
i.flag.oman::before {
|
737
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f4-1f1f2.svg");
|
738
|
+
}
|
739
|
+
i.flag.pk::before,
|
740
|
+
i.flag.pakistan::before {
|
741
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f0.svg");
|
742
|
+
}
|
743
|
+
i.flag.pw::before,
|
744
|
+
i.flag.palau::before {
|
745
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1fc.svg");
|
746
|
+
}
|
747
|
+
i.flag.ps::before,
|
748
|
+
i.flag.palestinian.territories::before {
|
749
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f8.svg");
|
750
|
+
}
|
751
|
+
i.flag.pa::before,
|
752
|
+
i.flag.panama::before {
|
753
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1e6.svg");
|
754
|
+
}
|
755
|
+
i.flag.pg::before,
|
756
|
+
i.flag.papua.new.guinea::before,
|
757
|
+
i.flag.new.guinea::before {
|
758
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ec.svg");
|
759
|
+
}
|
760
|
+
i.flag.py::before,
|
761
|
+
i.flag.paraguay::before {
|
762
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1fe.svg");
|
763
|
+
}
|
764
|
+
i.flag.pe::before,
|
765
|
+
i.flag.peru::before {
|
766
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ea.svg");
|
767
|
+
}
|
768
|
+
i.flag.ph::before,
|
769
|
+
i.flag.philippines::before {
|
770
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ed.svg");
|
771
|
+
}
|
772
|
+
i.flag.pn::before,
|
773
|
+
i.flag.pitcairn.islands::before {
|
774
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f3.svg");
|
775
|
+
}
|
776
|
+
i.flag.pl::before,
|
777
|
+
i.flag.poland::before {
|
778
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f1.svg");
|
779
|
+
}
|
780
|
+
i.flag.pt::before,
|
781
|
+
i.flag.portugal::before {
|
782
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f9.svg");
|
783
|
+
}
|
784
|
+
i.flag.pr::before,
|
785
|
+
i.flag.puerto.rico::before {
|
786
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f7.svg");
|
787
|
+
}
|
788
|
+
i.flag.qa::before,
|
789
|
+
i.flag.qatar::before {
|
790
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f6-1f1e6.svg");
|
791
|
+
}
|
792
|
+
i.flag.re::before,
|
793
|
+
i.flag.réunion::before {
|
794
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1ea.svg");
|
795
|
+
}
|
796
|
+
i.flag.ro::before,
|
797
|
+
i.flag.romania::before {
|
798
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1f4.svg");
|
799
|
+
}
|
800
|
+
i.flag.ru::before,
|
801
|
+
i.flag.russia::before {
|
802
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1fa.svg");
|
803
|
+
}
|
804
|
+
i.flag.rw::before,
|
805
|
+
i.flag.rwanda::before {
|
806
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1fc.svg");
|
807
|
+
}
|
808
|
+
i.flag.ws::before,
|
809
|
+
i.flag.samoa::before {
|
810
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fc-1f1f8.svg");
|
811
|
+
}
|
812
|
+
i.flag.sm::before,
|
813
|
+
i.flag.san.marino::before {
|
814
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f2.svg");
|
815
|
+
}
|
816
|
+
i.flag.st::before,
|
817
|
+
i.flag.sao.tome.and.principe::before,
|
818
|
+
i.flag.samo.tome::before {
|
819
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f9.svg");
|
820
|
+
}
|
821
|
+
i.flag.sa::before,
|
822
|
+
i.flag.saudi.arabia::before,
|
823
|
+
i.flag.saudiarabia::before,
|
824
|
+
i.flag.saudi::before {
|
825
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e6.svg");
|
826
|
+
}
|
827
|
+
i.flag.sn::before,
|
828
|
+
i.flag.senegal::before {
|
829
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f3.svg");
|
830
|
+
}
|
831
|
+
i.flag.rs::before,
|
832
|
+
i.flag.serbia::before {
|
833
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1f8.svg");
|
834
|
+
}
|
835
|
+
i.flag.sc::before,
|
836
|
+
i.flag.seychelles::before {
|
837
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e8.svg");
|
838
|
+
}
|
839
|
+
i.flag.sl::before,
|
840
|
+
i.flag.sierra.leone::before {
|
841
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f1.svg");
|
842
|
+
}
|
843
|
+
i.flag.sg::before,
|
844
|
+
i.flag.singapore::before {
|
845
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ec.svg");
|
846
|
+
}
|
847
|
+
i.flag.sx::before,
|
848
|
+
i.flag.sint.maarten::before {
|
849
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fd.svg");
|
850
|
+
}
|
851
|
+
i.flag.sk::before,
|
852
|
+
i.flag.slovakia::before {
|
853
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f0.svg");
|
854
|
+
}
|
855
|
+
i.flag.si::before,
|
856
|
+
i.flag.slovenia::before {
|
857
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ee.svg");
|
858
|
+
}
|
859
|
+
i.flag.gs::before,
|
860
|
+
i.flag.south.georgia.and.south.sandwich.islands::before,
|
861
|
+
i.flag.sandwich.islands::before {
|
862
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f8.svg");
|
863
|
+
}
|
864
|
+
i.flag.sb::before,
|
865
|
+
i.flag.solomon.islands::before {
|
866
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e7.svg");
|
867
|
+
}
|
868
|
+
i.flag.so::before,
|
869
|
+
i.flag.somalia::before {
|
870
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f4.svg");
|
871
|
+
}
|
872
|
+
i.flag.za::before,
|
873
|
+
i.flag.south.africa::before {
|
874
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1e6.svg");
|
875
|
+
}
|
876
|
+
i.flag.kr::before,
|
877
|
+
i.flag.south.korea::before {
|
878
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f7.svg");
|
879
|
+
}
|
880
|
+
i.flag.ss::before,
|
881
|
+
i.flag.south.sudan::before {
|
882
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f8.svg");
|
883
|
+
}
|
884
|
+
i.flag.es::before,
|
885
|
+
i.flag.spain::before {
|
886
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f8.svg");
|
887
|
+
}
|
888
|
+
i.flag.lk::before,
|
889
|
+
i.flag.sri.lanka::before {
|
890
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f0.svg");
|
891
|
+
}
|
892
|
+
i.flag.bl::before,
|
893
|
+
i.flag.st.barthelemy::before,
|
894
|
+
i.flag.saint.barth::before {
|
895
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f1.svg");
|
896
|
+
}
|
897
|
+
i.flag.sh::before,
|
898
|
+
i.flag.st.helena::before,
|
899
|
+
i.flag.saint.helena::before {
|
900
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ed.svg");
|
901
|
+
}
|
902
|
+
i.flag.kn::before,
|
903
|
+
i.flag.st.kitts.and.nevis::before,
|
904
|
+
i.flag.saint.kitts.and.navis::before {
|
905
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f3.svg");
|
906
|
+
}
|
907
|
+
i.flag.lc::before,
|
908
|
+
i.flag.st.lucia::before,
|
909
|
+
i.flag.saint.lucia::before {
|
910
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e8.svg");
|
911
|
+
}
|
912
|
+
i.flag.pm::before,
|
913
|
+
i.flag.st.pierre.and.miquelon::before,
|
914
|
+
i.flag.saint.pierre::before {
|
915
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f2.svg");
|
916
|
+
}
|
917
|
+
i.flag.vc::before,
|
918
|
+
i.flag.st.vincent.and.grenadines::before {
|
919
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1e8.svg");
|
920
|
+
}
|
921
|
+
i.flag.sd::before,
|
922
|
+
i.flag.sudan::before {
|
923
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e9.svg");
|
924
|
+
}
|
925
|
+
i.flag.sr::before,
|
926
|
+
i.flag.suriname::before {
|
927
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f7.svg");
|
928
|
+
}
|
929
|
+
i.flag.sz::before,
|
930
|
+
i.flag.eswatini::before {
|
931
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ff.svg");
|
932
|
+
}
|
933
|
+
i.flag.se::before,
|
934
|
+
i.flag.sweden::before {
|
935
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ea.svg");
|
936
|
+
}
|
937
|
+
i.flag.ch::before,
|
938
|
+
i.flag.switzerland::before {
|
939
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ed.svg");
|
940
|
+
}
|
941
|
+
i.flag.sy::before,
|
942
|
+
i.flag.syria::before {
|
943
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fe.svg");
|
944
|
+
}
|
945
|
+
i.flag.tw::before,
|
946
|
+
i.flag.taiwan::before {
|
947
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1fc.svg");
|
948
|
+
}
|
949
|
+
i.flag.tj::before,
|
950
|
+
i.flag.tajikistan::before {
|
951
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ef.svg");
|
952
|
+
}
|
953
|
+
i.flag.tz::before,
|
954
|
+
i.flag.tanzania::before {
|
955
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ff.svg");
|
956
|
+
}
|
957
|
+
i.flag.th::before,
|
958
|
+
i.flag.thailand::before {
|
959
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ed.svg");
|
960
|
+
}
|
961
|
+
i.flag.tl::before,
|
962
|
+
i.flag.timor-leste::before {
|
963
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f1.svg");
|
964
|
+
}
|
965
|
+
i.flag.tg::before,
|
966
|
+
i.flag.togo::before {
|
967
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ec.svg");
|
968
|
+
}
|
969
|
+
i.flag.tk::before,
|
970
|
+
i.flag.tokelau::before {
|
971
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f0.svg");
|
972
|
+
}
|
973
|
+
i.flag.to::before,
|
974
|
+
i.flag.tonga::before {
|
975
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f4.svg");
|
976
|
+
}
|
977
|
+
i.flag.tt::before,
|
978
|
+
i.flag.trinidad.and.tobago::before {
|
979
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f9.svg");
|
980
|
+
}
|
981
|
+
i.flag.tn::before,
|
982
|
+
i.flag.tunisia::before {
|
983
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f3.svg");
|
984
|
+
}
|
985
|
+
i.flag.tr::before,
|
986
|
+
i.flag.turkey::before {
|
987
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f7.svg");
|
988
|
+
}
|
989
|
+
i.flag.tm::before,
|
990
|
+
i.flag.turkmenistan::before {
|
991
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f2.svg");
|
992
|
+
}
|
993
|
+
i.flag.tc::before,
|
994
|
+
i.flag.turks.and.caicos.islands::before {
|
995
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e8.svg");
|
996
|
+
}
|
997
|
+
i.flag.vi::before,
|
998
|
+
i.flag.us.virgin.islands::before {
|
999
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ee.svg");
|
1000
|
+
}
|
1001
|
+
i.flag.tv::before,
|
1002
|
+
i.flag.tuvalu::before {
|
1003
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1fb.svg");
|
1004
|
+
}
|
1005
|
+
i.flag.ug::before,
|
1006
|
+
i.flag.uganda::before {
|
1007
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1ec.svg");
|
1008
|
+
}
|
1009
|
+
i.flag.ua::before,
|
1010
|
+
i.flag.ukraine::before {
|
1011
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1e6.svg");
|
1012
|
+
}
|
1013
|
+
i.flag.ae::before,
|
1014
|
+
i.flag.united.arab.emirates::before,
|
1015
|
+
i.flag.uae::before {
|
1016
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ea.svg");
|
1017
|
+
}
|
1018
|
+
i.flag.gb::before,
|
1019
|
+
i.flag.united.kingdom::before,
|
1020
|
+
i.flag.uk::before {
|
1021
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e7.svg");
|
1022
|
+
}
|
1023
|
+
i.flag.gb.eng::before,
|
1024
|
+
i.flag.england::before {
|
1025
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.svg");
|
1026
|
+
}
|
1027
|
+
i.flag.gb.sct::before,
|
1028
|
+
i.flag.scotland::before {
|
1029
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.svg");
|
1030
|
+
}
|
1031
|
+
i.flag.gb.wls::before,
|
1032
|
+
i.flag.wales::before {
|
1033
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.svg");
|
1034
|
+
}
|
1035
|
+
i.flag.us::before,
|
1036
|
+
i.flag.united.states::before,
|
1037
|
+
i.flag.america::before {
|
1038
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f8.svg");
|
1039
|
+
}
|
1040
|
+
i.flag.uy::before,
|
1041
|
+
i.flag.uruguay::before {
|
1042
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1fe.svg");
|
1043
|
+
}
|
1044
|
+
i.flag.uz::before,
|
1045
|
+
i.flag.uzbekistan::before {
|
1046
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1ff.svg");
|
1047
|
+
}
|
1048
|
+
i.flag.vu::before,
|
1049
|
+
i.flag.vanuatu::before {
|
1050
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1fa.svg");
|
1051
|
+
}
|
1052
|
+
i.flag.va::before,
|
1053
|
+
i.flag.vatican.city::before {
|
1054
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1e6.svg");
|
1055
|
+
}
|
1056
|
+
i.flag.ve::before,
|
1057
|
+
i.flag.venezuela::before {
|
1058
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ea.svg");
|
1059
|
+
}
|
1060
|
+
i.flag.vn::before,
|
1061
|
+
i.flag.vietnam::before {
|
1062
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1f3.svg");
|
1063
|
+
}
|
1064
|
+
i.flag.wf::before,
|
1065
|
+
i.flag.wallis.and.futuna::before {
|
1066
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fc-1f1eb.svg");
|
1067
|
+
}
|
1068
|
+
i.flag.eh::before,
|
1069
|
+
i.flag.western.sahara::before {
|
1070
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ed.svg");
|
1071
|
+
}
|
1072
|
+
i.flag.ye::before,
|
1073
|
+
i.flag.yemen::before {
|
1074
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fe-1f1ea.svg");
|
1075
|
+
}
|
1076
|
+
i.flag.zm::before,
|
1077
|
+
i.flag.zambia::before {
|
1078
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1f2.svg");
|
1079
|
+
}
|
1080
|
+
i.flag.zw::before,
|
1081
|
+
i.flag.zimbabwe::before {
|
1082
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1fc.svg");
|
1083
|
+
}
|
1084
|
+
i.flag.ac::before,
|
1085
|
+
i.flag.ascension.island::before {
|
1086
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1e8.svg");
|
1087
|
+
}
|
1088
|
+
i.flag.bv::before,
|
1089
|
+
i.flag.bouvet.island::before {
|
1090
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fb.svg");
|
1091
|
+
}
|
1092
|
+
i.flag.cp::before,
|
1093
|
+
i.flag.clipperton.island::before {
|
1094
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f5.svg");
|
1095
|
+
}
|
1096
|
+
i.flag.ea::before,
|
1097
|
+
i.flag.ceuta.and.melilla::before {
|
1098
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1e6.svg");
|
1099
|
+
}
|
1100
|
+
i.flag.dg::before,
|
1101
|
+
i.flag.diego.garcia::before {
|
1102
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ec.svg");
|
1103
|
+
}
|
1104
|
+
i.flag.hm::before,
|
1105
|
+
i.flag.heard.and.mcdonald.islands::before {
|
1106
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f2.svg");
|
1107
|
+
}
|
1108
|
+
i.flag.mf::before,
|
1109
|
+
i.flag.st.martin::before {
|
1110
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1eb.svg");
|
1111
|
+
}
|
1112
|
+
i.flag.sj::before,
|
1113
|
+
i.flag.svalbard.and.jan.mayen::before,
|
1114
|
+
i.flag.svalbard::before,
|
1115
|
+
i.flag.jan.mayen::before {
|
1116
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ef.svg");
|
1019
1117
|
}
|
1020
|
-
i.flag.
|
1021
|
-
i.flag.
|
1022
|
-
background-
|
1118
|
+
i.flag.ta::before,
|
1119
|
+
i.flag.tristan.da.cunha::before {
|
1120
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e6.svg");
|
1023
1121
|
}
|
1024
|
-
i.flag.
|
1025
|
-
i.flag.
|
1026
|
-
|
1122
|
+
i.flag.um::before,
|
1123
|
+
i.flag.us.outlying.islands::before,
|
1124
|
+
i.flag.minor.islands::before {
|
1125
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f2.svg");
|
1027
1126
|
}
|
1028
|
-
i.flag.
|
1029
|
-
i.flag.
|
1030
|
-
|
1127
|
+
i.flag.un::before,
|
1128
|
+
i.flag.united.nations::before,
|
1129
|
+
i.flag.united.nations::before {
|
1130
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f3.svg");
|
1031
1131
|
}
|
1032
1132
|
/*rtl:end:ignore*/
|
1033
1133
|
|
1034
1134
|
|
1135
|
+
/*******************************
|
1136
|
+
Theme Overrides
|
1137
|
+
*******************************/
|
1138
|
+
|
1139
|
+
|
1140
|
+
|
1035
1141
|
/*******************************
|
1036
1142
|
Site Overrides
|
1037
1143
|
*******************************/
|