@carbon/ibm-products-web-components
Version:
Carbon for IBM Products Web Components
14 lines (10 loc) • 2.52 kB
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(step-full-page){block-size:100vh;color:var(--cds-text-primary,#161616);display:grid;grid-template-rows:minmax(auto,100%)}:host(step-full-page) .step-full-page-with-util{display:flex;margin:0;max-block-size:100%;overflow:hidden;padding:0}:host(step-full-page) .create-full-page-header{padding-block-end:1.5rem}:host(step-full-page) .create-full-page-header h2{font-size:var(--cds-heading-04-font-size,1.75rem);font-weight:var(--cds-heading-04-font-weight,400);letter-spacing:var(--cds-heading-04-letter-spacing,0);line-height:var(--cds-heading-04-line-height,1.28572)}:host(step-full-page) .create-full-page-wrapper{background-color:var(--cds-layer-01,#f4f4f4);block-size:calc(100% - 1.5rem);color:var(--cds-text-primary,#161616);display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;overflow:auto;overflow-x:hidden;padding-block-start:1.5rem}:host(step-full-page) .create-influencer{border-inline-end:1px solid var(--cds-border-subtle);box-sizing:border-box;inline-size:256px;min-inline-size:256px;padding:1.5rem 2rem}:host(step-full-page) .create-full-page-subtitle{font-size:var(--cds-heading-compact-01-font-size,.875rem);font-weight:var(--cds-heading-compact-01-font-weight,600);letter-spacing:var(--cds-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-heading-compact-01-line-height,1.28572)}:host(step-full-page) .create-full-page-description{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857)}:host(step-full-page) .create-full-page-layer{inline-size:100%}:host(step-full-page) .create-full-page-actions{block-size:64px;border-block-start:1px solid var(--cds-border-subtle);display:grid;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);grid-auto-rows:minmax(auto,auto);grid-template-columns:repeat(6,1fr);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}:host(step-full-page) .create-full-page-action__cancel{grid-column:span 4}:host(step-full-page) ::part(grid){max-inline-size:100%}"]);
export { styles as default };
//# sourceMappingURL=step-full-page.scss.js.map