Skip to content

Commit bd17599

Browse files
authoredJun 30, 2020
Merge pull request #21 from johnpaiva20/feature/UPDATEGB
ajuste posição qrCode
2 parents 074174e + 340f0a1 commit bd17599

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎src/app/pages/login/Login.vue

+4-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</v-row>
7272
<v-row justify="center">
7373
<div class="backgroundQrCode">
74-
<v-img class="qrCode" src= "https://i.ibb.co/PDfdTNw/qrcode2.png" aspect-ratio="1.7"></v-img>
74+
<v-img class="qrCode" src= "https://i.ibb.co/PDfdTNw/qrcode2.png"></v-img>
7575
</div>
7676
</v-row>
7777
</div>
@@ -88,12 +88,14 @@
8888
padding: 45px;
8989
}
9090
.backgroundQrCode {
91-
width: 5%;
91+
width: 100%;
9292
height: 90%;
9393
}
9494
.qrCode{
9595
width: 100px;
9696
height: 100px;
97+
position: relative;
98+
margin-left: 47%;
9799
}
98100
99101
.version {

0 commit comments

Comments
 (0)
Please sign in to comment.