fix styles

This commit is contained in:
CHIEFSOFT\ameye
2024-09-12 11:26:37 -04:00
parent 699ce1c5b1
commit 511ebb7f64
3 changed files with 9 additions and 13 deletions
-7
View File
@@ -268,10 +268,3 @@
</ion-content>
<!--<ion-footer>-->
<!-- <ion-toolbar>-->
<!-- <div class="button" (click)="onBack()">-->
<!-- <ion-label class="text">Return</ion-label>-->
<!-- </div>-->
<!-- </ion-toolbar>-->
<!--</ion-footer>-->
+7 -4
View File
@@ -56,10 +56,13 @@
<ion-input class ="login_entry" (ionChange)="verReg()" type="username" maxlength="35" placeholder="Email (Your Username)" [(ngModel)]='username'></ion-input>
</ion-item>
<ion-item lines="none" style="margin-bottom: 10px;">
<ion-icon slot="start" name="lock-closed-outline"></ion-icon>
<ion-input class ="login_entry" (ionChange)="verReg()" type="password" placeholder="Password" maxlength="15" [(ngModel)]='password'></ion-input>
</ion-item>
<ion-item lines="none" style="margin-bottom: 0px;">
<ion-icon slot="start" name="lock-closed-outline"></ion-icon>
<ion-input class ="login_entry" (ionChange)="verReg()" type="password" placeholder="Password (8 chars. minimum)" maxlength="15" [(ngModel)]='password'></ion-input>
</ion-item>
<ion-item lines="none" style="margin-bottom: 10px; padding-left: 50px;">
<div>.</div>
</ion-item>
<ion-button expand="block" [disabled]="isDisabled" (click)="onFillProfile()">
Register
+2 -2
View File
@@ -73,8 +73,8 @@ ion-content {
flex-direction: row;
text-align: center;
justify-content: center;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
margin-top: 10px;
margin-bottom:10px;
ion-buttons {
margin: 0 10px;