This commit is contained in:
Peter Maquiran
2021-05-28 16:53:42 +01:00
parent 93beab74d2
commit c33bf69414
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
</div>
<div class="d-flex align-center justify-center pt-25 clear" (click)="pin=!pin">
<div class="voltar d-flex align-center justify-center pt-25 clear" (click)="pin=!pin">
Voltar
</div>
</div>
+4
View File
@@ -136,4 +136,8 @@ ion-content{
background-position: center;
background-position-y: 78px;
background-repeat: no-repeat;
}
.voltar{
user-select: none;
}
+1 -3
View File
@@ -67,7 +67,6 @@ export class PinPage implements OnInit {
modal.dismiss()
}
async badRequest(message?: string) {
@@ -87,5 +86,4 @@ export class PinPage implements OnInit {
},3000)
}
}
}