fix on qr-icon
This commit is contained in:
parent
5f2a60968b
commit
4fb847b603
1 changed files with 3 additions and 2 deletions
|
|
@ -1,14 +1,15 @@
|
||||||
qrcode {
|
qrcode {
|
||||||
|
position: relative;
|
||||||
&.qr-icon {
|
&.qr-icon {
|
||||||
&::before {
|
&::before {
|
||||||
content: "";
|
content: "";
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: calc(50% - 22px);
|
left: 88px;
|
||||||
margin-top: 88px;
|
margin-top: 88px;
|
||||||
width: 44px;
|
width: 44px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
position: absolute;
|
position:absolute;
|
||||||
}
|
}
|
||||||
&--bch::before {
|
&--bch::before {
|
||||||
background-image: url('../img/qr-overlay-bch.png');
|
background-image: url('../img/qr-overlay-bch.png');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue