Merge "registration: Only allow one extension to set a specific config setting"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / wikimediaui / icons-layout.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 "constructive": {
15 "color": "#36c"
16 },
17 "destructive": {
18 "color": "#d33"
19 },
20 "warning": {
21 "color": "#ff5d00"
22 }
23 },
24 "images": {
25 "menu": { "file": "images/icons/menu.svg" },
26 "stripeFlow": { "file": {
27 "ltr": "images/icons/stripeFlow-ltr.svg",
28 "rtl": "images/icons/stripeFlow-rtl.svg"
29 } },
30 "stripeSummary": { "file": {
31 "ltr": "images/icons/stripeSummary-ltr.svg",
32 "rtl": "images/icons/stripeSummary-rtl.svg"
33 } },
34 "stripeToC": { "file": {
35 "ltr": "images/icons/stripeToC-ltr.svg",
36 "rtl": "images/icons/stripeToC-rtl.svg"
37 }, "variants": [ "progressive" ] },
38 "viewCompact": { "file": "images/icons/viewCompact.svg" },
39 "viewDetails": { "file": {
40 "ltr": "images/icons/viewDetails-ltr.svg",
41 "rtl": "images/icons/viewDetails-rtl.svg"
42 } }
43 }
44 }