Ajout de style sur les tableaux
+ ajout de transition sur la navigation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user