48 lines
845 B
JSON
48 lines
845 B
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": {
|
|
"globe": {
|
|
"file": "images/icons/globe.svg"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|