renaming qr overlay classes

This commit is contained in:
Sebastiaan Pasma 2018-07-03 12:06:44 +02:00
commit 6fcc08617e
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
qrcode {
position: relative;
&.qr-icon {
&.qr-overlay {
&::before {
content: "";
background-size: 100% 100%;

View file

@ -41,7 +41,7 @@
</button>
</span>
<qrcode class="qr-icon qr-icon--{{ wallet.coin }}" ng-if="addr" size="220" data="{{ protocolHandler }}:{{addr}}" color="#334"></qrcode>
<qrcode class="qr-overlay qr-overlay--{{ wallet.coin }}" ng-if="addr" size="220" data="{{ protocolHandler }}:{{addr}}" color="#334"></qrcode>
<div class="address-label">
<span class="ellipsis">{{addr}}</span>
<ion-spinner ng-show="!addr" class="spinner-dark" icon="crescent"></ion-spinner>