.redux-container-spacing select, .redux-container-spacing .select_wrapper { width: 80px !important; float: left; } .redux-container-spacing .field-spacing-input { margin-right: 10px; margin-bottom: 7px; } @media screen and (max-width: 782px) { .redux-container-spacing .field-spacing-input input { display: inline-block !important; width: 70px !important; } .redux-container-spacing .field-spacing-input .add-on { padding: 7px 4px; font-size: 16px; line-height: 1.5; } .redux-container-spacing .select_wrapper { margin-top: 6px; } } /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInJlZHV4LXNwYWNpbmcuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDSTtBQUFBO0NBRUk7Q0FDQTs7QUFHSjtDQUNJO0NBQ0E7OztBQUlSO0NBR1k7RUFDSTtFQUNBOztDQUdKO0VBQ0k7RUFDQTtFQUNBOztDQUlSO0VBQ0kiLCJmaWxlIjoicmVkdXgtc3BhY2luZy5jc3MifQ== */ /*# sourceMappingURL=redux-spacing.css.map */ { "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "woocommerce/product-images-field", "title": "Product images", "category": "widgets", "description": "The product images.", "keywords": [ "products", "image", "images", "gallery" ], "textdomain": "default", "attributes": { "mediaId": { "type": "number", "__experimentalRole": "content" }, "property": { "type": "string" }, "multiple": { "type": "boolean", "default": true }, "images": { "__experimentalRole": "content", "type": "array", "items": { "type": "number" }, "default": [] } }, "supports": { "align": false, "html": false, "multiple": true, "reusable": false, "inserter": false, "lock": false, "__experimentalToolbar": false }, "editorStyle": "file:./editor.css", "usesContext": [ "postType" ] } /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ar",[],function(){return{errorLoading:function(){return"لا يمكن تحميل النتائج"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="الرجاء حذف "+t+" عناصر";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="الرجاء إضافة "+t+" عناصر";return n},loadingMore:function(){return"جاري تحميل نتائج إضافية..."},maximumSelected:function(e){var t="تستطيع إختيار "+e.maximum+" بنود فقط";return t},noResults:function(){return"لم يتم العثور على أي نتائج"},searching:function(){return"جاري البحث…"}}}),{define:e.define,require:e.require}})();