60 lines
1.1 KiB
JSON
60 lines
1.1 KiB
JSON
{
|
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
|
"intro": "@import '../../../../src/styles/common.less';",
|
|
"variants": {
|
|
"invert": {
|
|
"color": "#fff",
|
|
"global": true
|
|
},
|
|
"progressive": {
|
|
"color": "#36c",
|
|
"global": true
|
|
},
|
|
"destructive": {
|
|
"color": "#d73333"
|
|
},
|
|
"error": {
|
|
"color": "#d73333"
|
|
},
|
|
"warning": {
|
|
"color": "#edab00"
|
|
},
|
|
"success": {
|
|
"color": "#14866d"
|
|
}
|
|
},
|
|
"images": {
|
|
"menu": {
|
|
"file": "images/icons/menu.svg"
|
|
},
|
|
"recentChanges": {
|
|
"file": {
|
|
"ltr": "images/icons/recentChanges-ltr.svg",
|
|
"rtl": "images/icons/recentChanges-rtl.svg"
|
|
}
|
|
},
|
|
"textFlow": {
|
|
"file": {
|
|
"ltr": "images/icons/textFlow-ltr.svg",
|
|
"rtl": "images/icons/textFlow-rtl.svg"
|
|
}
|
|
},
|
|
"textSummary": {
|
|
"file": {
|
|
"ltr": "images/icons/textSummary-ltr.svg",
|
|
"rtl": "images/icons/textSummary-rtl.svg"
|
|
}
|
|
},
|
|
"viewCompact": {
|
|
"file": "images/icons/viewCompact.svg"
|
|
},
|
|
"viewDetails": {
|
|
"file": {
|
|
"ltr": "images/icons/viewDetails-ltr.svg",
|
|
"rtl": "images/icons/viewDetails-rtl.svg"
|
|
}
|
|
}
|
|
}
|
|
}
|