Repository URL to install this package:
|
Version:
4.0.116 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const tslib_1 = require("tslib");
const styleh_components_1 = tslib_1.__importDefault(require("styleh-components"));
const ProductBlock = styleh_components_1.default.section`display:grid;padding:4px;grid-template-columns:repeat(12,1fr);margin-left:6px;background-color:#efefef;grid-gap:8px;`;
exports.ProductBlock = ProductBlock;
const PlaceholderWrapper = styleh_components_1.default.div`width:100%;height:100%;position:relative;display:flex;background:transparent;grid-column:auto / span 2;grid-row:auto / span 1;`;
exports.PlaceholderWrapper = PlaceholderWrapper;
const Placeholder = styleh_components_1.default.span`width:100%;height:100%;border:2px dashed #2c2c2c;`;
exports.Placeholder = Placeholder;
const Wrapper = styleh_components_1.default.div`display:grid;grid-template-columns:260px auto;`;
exports.Wrapper = Wrapper; //# sourceMappingURL=styled.js.map