UNPKG

@blackbaud/skyux

Version:
17 lines 975 B
import { Component } from '@angular/core'; var SkyActionButtonHeaderComponent = (function () { function SkyActionButtonHeaderComponent() { } return SkyActionButtonHeaderComponent; }()); export { SkyActionButtonHeaderComponent }; SkyActionButtonHeaderComponent.decorators = [ { type: Component, args: [{ selector: 'sky-action-button-header', styles: [".sky-action-button-header{display:inline-block;color:#282b31;font-weight:300;font-size:26px;font-stretch:condensed}@media (max-width: 767px){.sky-action-button-header{margin-left:5px;margin-right:5px}}@media (min-width: 768px){.sky-action-button-header{display:block;margin-bottom:20px}}\n"], template: "<div class=\"sky-action-button-header\">\n <ng-content></ng-content>\n</div>\n" },] }, ]; /** @nocollapse */ SkyActionButtonHeaderComponent.ctorParameters = function () { return []; }; //# sourceMappingURL=action-button-header.component.js.map