mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
18 lines
189 B
SCSS
18 lines
189 B
SCSS
@use '../../styles/component';
|
|
|
|
:host {
|
|
display: inline-block;
|
|
}
|
|
|
|
.qr-code {
|
|
position: relative;
|
|
}
|
|
|
|
canvas {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|