This commit is contained in:
tiago.kayaya
2021-10-28 16:59:25 +01:00
parent a0846b835e
commit f36ba23b16
3 changed files with 10 additions and 6 deletions
+3 -3
View File
@@ -19,13 +19,13 @@
</div>
</div>
<h3 *ngIf="ThemeService.currentTheme != 'tribunal'"class="center text-white">Gabinete Digital</h3>
<h3 *ngIf="ThemeService.currentTheme == 'tribunal'" class="center text-white">Tribunal Constitucional</h3>
<h3 *ngIf="ThemeService.currentTheme == 'tribunal'" class="center">Tribunal Constitucional</h3>
<form class="form">
<p class="form-label text-white">Email</p>
<p class="form-label">Email</p>
<ion-item class="form-input">
<ion-input type="text" [(ngModel)]="username" name="input-username"></ion-input>
</ion-item>
<p class="form-label text-white">Palavra-passe</p>
<p class="form-label">Palavra-passe</p>
<ion-item class="form-input">
<ion-input (keyup.enter)="Login()" type="password" [(ngModel)]="password" name="input-password" ></ion-input>
</ion-item>