@carbon/ibm-products-web-components
Version:
Carbon for IBM Products Web Components
14 lines (10 loc) • 645 B
JavaScript
/**
* Copyright IBM Corp. 2024
*
* 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';
var styles = 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-background,#fff)}:host(c4p-coachmark-header) .c4p--coachmark-header-close-icon{fill:var(--cds-background,#fff)}"]);
export { styles as default };
//# sourceMappingURL=coachmark-header.scss.js.map