summaryrefslogtreecommitdiff
path: root/www/wiki/resources/lib/oojs-ui/themes/wikimediaui/icons-location.json
blob: 66477370da6fe97f9a37d9f924104490eef35c96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
	"selectorWithoutVariant": ".oo-ui-icon-{name}",
	"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
	"intro": "@import '../../../../src/styles/common';",
	"variants": {
		"invert": {
			"color": "#fff",
			"global": true
		},
		"progressive": {
			"color": "#36c",
			"global": true
		},
		"destructive": {
			"color": "#d33"
		},
		"warning": {
			"color": "#ff5d00"
		}
	},
	"images": {
		"map": {
			"file": {
			"ltr": "images/icons/map-ltr.svg",
			"rtl": "images/icons/map-rtl.svg"
		} },
		"mapPin": { "file": "images/icons/mapPin.svg" },
		"mapPinAdd": {
			"file": "images/icons/mapPinAdd.svg"
		},
		"mapTrail": {
			"file": "images/icons/mapTrail.svg"
		}
	}
}