UNPKG

@vidal-community/vidal-web-components

Version:

Vidal Web Components

30 lines (28 loc) 624 B
import { css } from 'lit'; export const styles = css ` :host { position: relative; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: Roboto, sans-serif; box-sizing: border-box; } :host > div { padding: 8px; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; } .alerts { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } `; //# sourceMappingURL=vidal-prisca-preview.styles.js.map