fomantic-ui 2.9.0-beta.3 → 2.9.0-beta.301

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