add styles to md profile

This commit is contained in:
Tiago Kayaya
2020-11-26 16:33:48 +01:00
parent 8a963fcd81
commit b103c5b19b
51 changed files with 784 additions and 125 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<ion-label position="floating">Palavra-passe</ion-label>
<ion-input type="password" [(ngModel)]="password" name="input-password" ></ion-input>
</ion-item>
<ion-button expand="block" shape="round" color="primary" (click)="Login()">Iniciar</ion-button>
<ion-button class="btn-ok" fill="clear" expand="block" shape="round" (click)="Login()">Iniciar</ion-button>
</ion-list>
</form>
</div>