Add style to change profile button at home

This commit is contained in:
Tiago Kayaya
2020-11-20 11:17:21 +01:00
parent b3d709037a
commit 71ea41b2a8
2 changed files with 11 additions and 120 deletions
+1 -9
View File
@@ -10,19 +10,11 @@
</ion-label>
</ion-item>
<ion-buttons slot="end">
<!-- <label class="switch">
<input type="checkbox" id="togBtn">
<div (click)="changeProfile()">
<div class="slider round">
<span class="mdgpr">MDGPR</span><span class="pr">PR</span>
</div>
</div>
</label> -->
<div class="toggleBox">
<div (click)="changeProfile()" class="toggle">
<input type="checkbox">
<label for="" class="onbtn">PR</label>
<label for="" class="ofbtn">MD</label>
<label for="" class="ofbtn">MDGPR</label>
</div>
</div>
</ion-buttons>