UNPKG

@universal-material/web

Version:
19 lines (16 loc) 303 B
import { css } from 'lit'; export const styles = css ` :host { display: block; } :host(:has(slot > *)) { display: none; } :host([has-content]) { padding: var(--u-card-padding, 16px); } slot { border-radius: inherit; } `; //# sourceMappingURL=card-content.styles.js.map