mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@import '~src/function.scss';
|
||||
:host, app-login {
|
||||
ion-content {
|
||||
background: linear-gradient(180deg, #42B9FE 0%, #0782C9 100%) !important;
|
||||
background: linear-gradient(180deg, #c0ccd3 0%, #737b80 100%) !important;
|
||||
}
|
||||
}
|
||||
ion-content{
|
||||
@@ -55,6 +55,7 @@ ion-content{
|
||||
border-radius: 50%;
|
||||
padding: 15px;
|
||||
margin: auto;
|
||||
background-color: #fff !important;
|
||||
|
||||
.bg-4 img{
|
||||
width: 100%;
|
||||
@@ -91,6 +92,7 @@ ion-item{
|
||||
.form-label{
|
||||
margin: 15px 0 5px 0;
|
||||
font-size: 15px;
|
||||
color: var(--login-label-text);
|
||||
}
|
||||
.form-input{
|
||||
--background: #fff;
|
||||
|
||||
@@ -633,7 +633,8 @@ body {
|
||||
|
||||
.tribunal {
|
||||
--ion-color-primary: #000;
|
||||
--login-background: linear-gradient(180deg, #97CBE6 60%, #61BBEA 100%) !important;
|
||||
--login-background: linear-gradient(180deg, #e1e7eb 60%, #7c8386b2 100%) !important;
|
||||
--login-label-text: #000;
|
||||
--button-hover: #000;
|
||||
--button-color: #ff0000;
|
||||
--button-border-color: #c63527;
|
||||
@@ -700,7 +701,8 @@ body {
|
||||
|
||||
.bg-4{
|
||||
|
||||
background: rgba(255, 255, 255, 0.918);
|
||||
//background: rgba(255, 255, 255, 0.918);
|
||||
background-color: #fff !important;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user