This commit is contained in:
Sébastien André
2020-04-04 23:45:45 +02:00
parent 8f1ae14adf
commit 3fb3726986
3 changed files with 3 additions and 6 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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;