Styled the perfil toggle button properly

This commit is contained in:
Tiago Kayaya
2020-08-28 15:34:18 +01:00
parent abb188e0fb
commit 22e0e93885
2 changed files with 15 additions and 11 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
<ion-toolbar>
<!-- customized TOGGLE button -->
<label class="switch"><input type="checkbox" id="togBtn">
<div class="slider round" (click)="showAlert()">
<!--ADDED HTML --><span class="mdgpr">MDGPR</span><span class="pr">PR</span><!--END-->
<div class="slider round">
<!--ADDED HTML --><span (click)="showAlert()" class="mdgpr">MDGPR</span><span class="pr">PR</span><!--END-->
</div>
</label>
</ion-toolbar>