This commit is contained in:
Your Name
2020-03-18 06:24:06 -04:00
parent 945f9b3820
commit ba2533c489
4 changed files with 20 additions and 25 deletions
+3 -13
View File
@@ -17,25 +17,15 @@
<ion-list> <ion-list>
<ion-item>
<ion-label floating>Username</ion-label>
<ion-input type="text"></ion-input>
</ion-item>
<ion-item>
<ion-label floating>Password</ion-label>
<ion-input type="password"></ion-input>
</ion-item>
<ion-item style="background-color: transparent;" class="login-inputs"> <ion-item style="background-color: transparent;" class="login-inputs">
<ion-label floating>Username</ion-label> <ion-label floating>Username</ion-label>
<ion-input type="email" [(ngModel)]="username" maxlenght="20"></ion-input> <ion-input type="email" [(ngModel)]="username" maxlenght="20"></ion-input>
</ion-item> </ion-item>
<ion-item style="background-color: transparent;" class="login-inputs"> <ion-item style="background-color: transparent;" class="login-inputs">
<ion-label floating>Password</ion-label> <ion-label floating>Password</ion-label>
<ion-input type="password" [(ngModel)]="password" maxlenght="15"></ion-input> <ion-input type="password" [(ngModel)]="password" maxlenght="15"></ion-input>
</ion-item> </ion-item>
</ion-list> </ion-list>
+1 -1
View File
@@ -1,7 +1,7 @@
<ion-header [translucent]="true"> <ion-header [translucent]="true">
<ion-toolbar> <ion-toolbar>
<ion-title> <ion-title>
<!-- Tab 2--> Pages
</ion-title> </ion-title>
</ion-toolbar> </ion-toolbar>
</ion-header> </ion-header>
+4
View File
@@ -1,3 +1,7 @@
ion-content ion-toolbar { ion-content ion-toolbar {
--background: translucent; --background: translucent;
} }
:root {
--ion-safe-area-top: 20px;
--ion-safe-area-bottom: 22px;
}
+7 -6
View File
@@ -1,11 +1,12 @@
<ion-header [translucent]="true">
<ion-toolbar>
<ion-title>
Profile
</ion-title>
</ion-toolbar>
</ion-header>
<ion-content [fullscreen]="true"> <ion-content [fullscreen]="true">
<!-- ion-header collapse="condense">
<ion-toolbar>
<ion-title size="large">Tab 3</ion-title>
</ion-toolbar>
</ion-header -->
<ion-card> <ion-card>