Merge "Linker: Use RequestContext::getMain()->getLanguage() instead of $wgLang"
[lhc/web/wiklou.git] / resources / lib / ooui / themes / wikimediaui / icons-location.json
1 {
2 "selectorWithoutVariant": ".oo-ui-icon-{name}",
3 "selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
4 "intro": "@import '../../../../src/styles/common';",
5 "variants": {
6 "invert": {
7 "color": "#fff",
8 "global": true
9 },
10 "progressive": {
11 "color": "#36c",
12 "global": true
13 },
14 "destructive": {
15 "color": "#d33"
16 },
17 "error": {
18 "color": "#d33"
19 },
20 "warning": {
21 "color": "#fc3"
22 }
23 },
24 "images": {
25 "globe": {
26 "file": "images/icons/globe.svg"
27 },
28 "map": {
29 "file": {
30 "ltr": "images/icons/map-ltr.svg",
31 "rtl": "images/icons/map-rtl.svg"
32 }
33 },
34 "mapPin": {
35 "file": "images/icons/mapPin.svg"
36 },
37 "mapPinAdd": {
38 "file": "images/icons/mapPinAdd.svg"
39 },
40 "mapTrail": {
41 "file": "images/icons/mapTrail.svg"
42 }
43 }
44 }