Fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<form [formGroup]="createForm" (ngSubmit)="onCreateSubmit()">
|
||||
<form [formGroup]="createForm" (ngSubmit)="onCreateSubmit()" autocomplete="off">
|
||||
<p>
|
||||
<mat-form-field>
|
||||
<mat-label>Firstname</mat-label>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<form [formGroup]="loginForm" (ngSubmit)="onLoginSubmit()">
|
||||
<form [formGroup]="loginForm" (ngSubmit)="onLoginSubmit()" autocomplete="off">
|
||||
<p>
|
||||
<mat-form-field>
|
||||
<mat-label>Username</mat-label>
|
||||
|
||||
@@ -6,16 +6,13 @@ body {
|
||||
}
|
||||
|
||||
body {
|
||||
/* margin: 0; */
|
||||
font-family: Roboto, "Helvetica Neue", sans-serif;
|
||||
/* font-family: Roboto, "Helvetica Neue", sans-serif; */
|
||||
margin: 10px;
|
||||
color: #424242;
|
||||
min-height: 665px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Material Icons';
|
||||
font-style: normal;
|
||||
|
||||
Reference in New Issue
Block a user