dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
6 lines (5 loc) • 630 B
JavaScript
const d = ":host{--dds-card-image-width: 100%;--dds-card-image-height: auto;--dds-card-image-object-fit: cover;--dds-card-image-background-position: center;--dds-card-image-background-size: cover;--dds-card-image-background-repeat: no-repeat}.card-image{display:block;width:var(--dds-card-image-width);height:var(--dds-card-image-height);object-fit:var(--dds-card-image-object-fit);background-repeat:var(--dds-card-image-background-repeat);background-position:var(--dds-card-image-background-position);background-size:var(--dds-card-image-background-size)}";
export {
d as default
};
//# sourceMappingURL=card-image.scss.js.map