UNPKG

@carbon/ibm-products-web-components

Version:
14 lines (10 loc) 364 B
/** * 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-body){display:block;padding:0 1rem 1rem}"]); export { styles as default }; //# sourceMappingURL=coachmark-body.scss.js.map