mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
17 lines
453 B
HTML
17 lines
453 B
HTML
|
|
<div>
|
||
|
|
<ion-toolbar>
|
||
|
|
<div class="buttons">
|
||
|
|
<div class="btn-item">
|
||
|
|
<ion-button class="btn-cancel" shape="round" >Sair do Grupo</ion-button>.
|
||
|
|
<ion-button class="btn-ok" shape="round" >Alterar nome</ion-button>
|
||
|
|
</div>
|
||
|
|
<div class="btn-class">
|
||
|
|
<hr class="solid">
|
||
|
|
</div>
|
||
|
|
<div class="btn-item">
|
||
|
|
<ion-button class="btn-delete" shape="round">Apagar grupo</ion-button>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</ion-toolbar>
|
||
|
|
</div>
|