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