Searched refs:outset (Results 1 – 7 of 7) sorted by relevance
18 border-image-outset: 0 0 0 0;
26 border: outset @ini_neutral4;
82 border: outset #d1c7ff;
390 border: outset @ini_neutral4;
100 border-image-outset: 0 0 0 0;
2031 p.outset = distributeSides( outsets, function( tok ) {2058 props = { outset: [], inset: [] };2089 ( inset ? props.inset : props.outset ).push( {2104 return props && ( props.inset.length || props.outset.length ) ? props : null;3339 return boxShadowInfo.isActive() && boxShadowInfo.getProps().outset[0];3347 shadowInfos = styleInfos.boxShadowInfo.getProps().outset,
1915 if (!o.outset) {1917 o.outset = { class in o1924 else if (!$.isPlainObject(o.outset)) {1926 n = parseInt(o.outset, 10) || 01927 o.outset = { class in o1963 $N.css( o.outset );4307 if (evt_or_refresh === true && $.isPlainObject(options.outset)) {4309 $N.css( options.outset );