mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Add style to change profile button at home
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user