Merge "Selenium: replace UserLoginPage with BlankPage where possible"
[lhc/web/wiklou.git] / resources / lib / ooui / themes / wikimediaui / icons-editing-citation.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 "success": {
24 "color": "#14866d"
25 }
26 },
27 "images": {
28 "book": {
29 "file": {
30 "ltr": "images/icons/book-ltr.svg",
31 "rtl": "images/icons/book-rtl.svg"
32 }
33 },
34 "journal": {
35 "file": {
36 "ltr": "images/icons/journal-ltr.svg",
37 "rtl": "images/icons/journal-rtl.svg"
38 }
39 },
40 "newspaper": {
41 "file": {
42 "ltr": "images/icons/newspaper-ltr.svg",
43 "rtl": "images/icons/newspaper-rtl.svg"
44 }
45 },
46 "reference": {
47 "file": "images/icons/reference.svg"
48 },
49 "referenceExisting": {
50 "file": {
51 "ltr": "images/icons/referenceExisting-ltr.svg",
52 "rtl": "images/icons/referenceExisting-rtl.svg"
53 }
54 },
55 "references": {
56 "file": {
57 "ltr": "images/icons/references-ltr.svg",
58 "rtl": "images/icons/references-rtl.svg"
59 }
60 }
61 }
62 }