UNPKG

@carbon/ibm-products-web-components

Version:
14 lines (12 loc) 773 B
/** * Copyright IBM Corp. 2020, 2026 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ import { css } from "lit"; //#region src/components/coachmark/coachmark-header.scss?lit var coachmark_header_default = css([":host(c4p-coachmark-header){display:flex;justify-content:flex-end}:host(c4p-coachmark-header) .c4p--coachmark-header-drag-handle{margin-inline-end:auto}:host(c4p-coachmark-header) .c4p--coachmark-header-drag-icon{fill:var(--cds-custom-background,#fff)}:host(c4p-coachmark-header) .c4p--coachmark-header-close-icon{fill:var(--cds-custom-background,#fff)}"]); //#endregion export { coachmark_header_default as default }; //# sourceMappingURL=coachmark-header.scss.js.map