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>
|
||||||
</div>
|
</div>
|
||||||
<h3 *ngIf="ThemeService.currentTheme != 'tribunal'"class="center text-white">Gabinete Digital</h3>
|
<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">
|
<form class="form">
|
||||||
<p class="form-label text-white">Email</p>
|
<p class="form-label">Email</p>
|
||||||
<ion-item class="form-input">
|
<ion-item class="form-input">
|
||||||
<ion-input type="text" [(ngModel)]="username" name="input-username"></ion-input>
|
<ion-input type="text" [(ngModel)]="username" name="input-username"></ion-input>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
<p class="form-label text-white">Palavra-passe</p>
|
<p class="form-label">Palavra-passe</p>
|
||||||
<ion-item class="form-input">
|
<ion-item class="form-input">
|
||||||
<ion-input (keyup.enter)="Login()" type="password" [(ngModel)]="password" name="input-password" ></ion-input>
|
<ion-input (keyup.enter)="Login()" type="password" [(ngModel)]="password" name="input-password" ></ion-input>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@import '~src/function.scss';
|
@import '~src/function.scss';
|
||||||
:host, app-login {
|
:host, app-login {
|
||||||
ion-content {
|
ion-content {
|
||||||
background: linear-gradient(180deg, #42B9FE 0%, #0782C9 100%) !important;
|
background: linear-gradient(180deg, #c0ccd3 0%, #737b80 100%) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ion-content{
|
ion-content{
|
||||||
@@ -55,6 +55,7 @@ ion-content{
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
background-color: #fff !important;
|
||||||
|
|
||||||
.bg-4 img{
|
.bg-4 img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -91,6 +92,7 @@ ion-item{
|
|||||||
.form-label{
|
.form-label{
|
||||||
margin: 15px 0 5px 0;
|
margin: 15px 0 5px 0;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
color: var(--login-label-text);
|
||||||
}
|
}
|
||||||
.form-input{
|
.form-input{
|
||||||
--background: #fff;
|
--background: #fff;
|
||||||
|
|||||||
@@ -633,7 +633,8 @@ body {
|
|||||||
|
|
||||||
.tribunal {
|
.tribunal {
|
||||||
--ion-color-primary: #000;
|
--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-hover: #000;
|
||||||
--button-color: #ff0000;
|
--button-color: #ff0000;
|
||||||
--button-border-color: #c63527;
|
--button-border-color: #c63527;
|
||||||
@@ -700,7 +701,8 @@ body {
|
|||||||
|
|
||||||
.bg-4{
|
.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