Renamed overlay images as they're not icons

This commit is contained in:
Sebastiaan Pasma 2018-06-22 10:04:25 +02:00
commit 5f2a60968b
3 changed files with 2 additions and 2 deletions

View file

@ -11,10 +11,10 @@ qrcode {
position: absolute;
}
&--bch::before {
background-image: url('../img/icon-qr-bch.png');
background-image: url('../img/qr-overlay-bch.png');
}
&--btc::before {
background-image: url('../img/icon-qr-btc.png');
background-image: url('../img/qr-overlay-btc.png');
}
}
}

View file

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Before After
Before After