Ajout de style sur les tableaux

+ ajout de transition sur la navigation
This commit is contained in:
Sébastien André
2020-01-15 17:04:26 +01:00
parent a789779116
commit 42c76141e6
14 changed files with 73 additions and 21 deletions

View File

@@ -1,15 +1,24 @@
.example-container {
.formNewJumps {
display: flex;
flex-direction: column;
min-width: 150px;
max-width: 500px;
width: 100%;
background-color: black;
color: white;
/* color: white; */
padding: 15px
}
.example-container>* {
.formNewJumps>* {
width: 100%;
}
mat-form-field.mat-form-field {
font-size: 16px;
}
mat-label {
color: #424242;
}

View File

@@ -1,4 +1,4 @@
<form class="example-container" (ngSubmit)="onFormSubmit()">
<form class="formNewJumps" (ngSubmit)="onFormSubmit()">
<mat-form-field>
<mat-label>Choose the jump type</mat-label>
<input type="text" matInput [matAutocomplete]="autoJumpType" [(ngModel)]="selectedJumpType" name="selectedJumpType">