login format
This commit is contained in:
@@ -8,8 +8,11 @@
|
|||||||
|
|
||||||
<ion-row>
|
<ion-row>
|
||||||
<ion-col>
|
<ion-col>
|
||||||
<div style="background-color: #f6f0f4; border-radius: 10px; padding: 15px;">
|
<div style="background-color: #fdf9fc;
|
||||||
<ion-label class="simp_lbl_tx">Login to continue</ion-label>
|
margin-left: 20px;
|
||||||
|
margin-right: 20px;
|
||||||
|
border-radius: 10px; padding: 15px;">
|
||||||
|
<div class="simp_lbl_tx">Login to continue</div>
|
||||||
<ion-item lines="none">
|
<ion-item lines="none">
|
||||||
<ion-icon slot="start" name="mail-outline"></ion-icon>
|
<ion-icon slot="start" name="mail-outline"></ion-icon>
|
||||||
<ion-input (ionChange)="refreshBut()" type="email" placeholder="Email (Username)" maxlength="35" [(ngModel)]='username'></ion-input>
|
<ion-input (ionChange)="refreshBut()" type="email" placeholder="Email (Username)" maxlength="35" [(ngModel)]='username'></ion-input>
|
||||||
|
|||||||
@@ -2,8 +2,10 @@
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
letter-spacing: 1.2px;
|
letter-spacing: 1.2px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 15px;
|
||||||
font-family: 'semi-bold';
|
padding-bottom: 10px;
|
||||||
|
font-weight: bolder;
|
||||||
|
// font-family: 'semi-bold';
|
||||||
}
|
}
|
||||||
.login-type{
|
.login-type{
|
||||||
background-color: #3dc2ff;
|
background-color: #3dc2ff;
|
||||||
@@ -19,7 +21,8 @@ ion-item {
|
|||||||
|
|
||||||
ion-input {
|
ion-input {
|
||||||
--padding-start: 10px;
|
--padding-start: 10px;
|
||||||
font-family: "regular";
|
//font-family: "regular";
|
||||||
|
font-weight: bolder;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user