UNPKG

@blackbaud/skyux

Version:
19 lines 958 B
import { Component } from '@angular/core'; /* istanbul ignore next */ /* Code coverage having problems with no statements in classes */ var SkyPageSummaryImageComponent = (function () { function SkyPageSummaryImageComponent() { } return SkyPageSummaryImageComponent; }()); export { SkyPageSummaryImageComponent }; SkyPageSummaryImageComponent.decorators = [ { type: Component, args: [{ selector: 'sky-page-summary-image', template: "<div class=\"sky-page-summary-image\">\n <ng-content></ng-content>\n</div>\n", styles: ["@media (min-width: 768px){.sky-page-summary-image{width:120px;flex:0 0 120px}}@media (max-width: 767px){.sky-page-summary-image{width:100px;margin-left:auto;margin-right:auto;margin-bottom:10px}}\n"] },] }, ]; /** @nocollapse */ SkyPageSummaryImageComponent.ctorParameters = function () { return []; }; //# sourceMappingURL=page-summary-image.component.js.map