Update OOUI to v0.26.0
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / wikimediaui / icons-user.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 "userActive": {
23 "file": "images/icons/userActive.svg"
24 },
25 "userAvatar": { "file": "images/icons/userAvatar.svg" },
26 "userInactive": { "file": {
27 "ltr": "images/icons/userInactive-ltr.svg",
28 "rtl": "images/icons/userInactive-rtl.svg"
29 } },
30 "userTalk": { "file": {
31 "ltr": "images/icons/userTalk-ltr.svg",
32 "rtl": "images/icons/userTalk-rtl.svg"
33 } }
34 }
35 }