Browse Source

fixed mobile sign in button

devBranch
Benjamin Arhen 3 years ago
parent
commit
af42ac5a06
  1. 7
      src/app/pages/auth/sign-in/sign-in.component.html

7
src/app/pages/auth/sign-in/sign-in.component.html

@ -30,15 +30,16 @@
<mat-hint style="color: wheat;">Standard call, message, or data rates may apply.</mat-hint> <mat-hint style="color: wheat;">Standard call, message, or data rates may apply.</mat-hint>
</mat-form-field> </mat-form-field>
</form> </form>
<!-- Actions --> <!-- Actions
<div class="inline-flex items-end justify-between w-full mt-3.5"> <div class="inline-flex items-end justify-between w-full mt-3.5">
<mat-checkbox [color]="'primary'"> <mat-checkbox [color]="'primary'">
Remember me Remember me
</mat-checkbox> </mat-checkbox>
</div> </div> -->
<!-- Submit button --> <!-- Submit button -->
<button class="teso-mat-button-large w-full mt-6" id="tesoSubmit" mat-flat-button [color]="'primary'"> <button class="teso-mat-button-large w-full mt-6" id="tesoSubmit" mat-flat-button [color]="'primary'"
(click)="authenticate()">
<span *ngIf="!signInForm.disabled"> <span *ngIf="!signInForm.disabled">
Sign in Sign in
</span> </span>

Loading…
Cancel
Save