UNPKG

441 BJavaScriptView Raw
1import {
2 component_styles_default
3} from "./chunk.7IGWJVQF.js";
4import {
5 r
6} from "./chunk.WWAD5WF4.js";
7
8// src/components/qr-code/qr-code.styles.ts
9var qr_code_styles_default = r`
10 ${component_styles_default}
11
12 :host {
13 display: inline-block;
14 }
15
16 .qr-code {
17 position: relative;
18 }
19
20 canvas {
21 position: absolute;
22 top: 0;
23 left: 0;
24 width: 100%;
25 height: 100%;
26 }
27`;
28
29export {
30 qr_code_styles_default
31};