Merge "mw.Feedback: If the message is posted remotely, link the title correctly"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / 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 "warning": {
18 "color": "#ff5d00"
19 }
20 },
21 "images": {
22 "map": { "file": {
23 "ltr": "images/icons/map-ltr.svg",
24 "rtl": "images/icons/map-rtl.svg"
25 } },
26 "mapPin": { "file": "images/icons/mapPin.svg" },
27 "mapPinAdd": { "file": {
28 "ltr": "images/icons/mapPinAdd-ltr.svg",
29 "rtl": "images/icons/mapPinAdd-rtl.svg"
30 } },
31 "mapTrail": { "file": {
32 "ltr": "images/icons/mapTrail-ltr.svg",
33 "rtl": "images/icons/mapTrail-rtl.svg"
34 } }
35 }
36 }