Skip to content
Snippets Groups Projects
Commit d203667a authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(form) : fix text + css

parent 6c4d2700
No related branches found
No related tags found
4 merge requests!85Recette,!84Dev,!74Fix/claim with form,!72Feat/edit structure
......@@ -1018,7 +1018,7 @@
[disabled]="!isPageValid"
(click)="goToSpecificPage(0, true)"
>
Validé
Valider
</button>
</div>
<button
......@@ -1040,7 +1040,7 @@
</div>
<div *ngIf="isEditMode && currentPage == 0" class="footerEditMode">
<div fxLayout="row" fxLayoutAlign="center center">
<button class="btn-primary unique" (click)="closeEditMode()">Terminé</button>
<button class="btn-primary unique" (click)="closeEditMode()">Terminer</button>
</div>
</div>
</div>
......@@ -1059,7 +1059,7 @@
[disabled]="!isPageValid"
(click)="goToSpecificPage(0, true)"
>
Validé
Valider
</button>
</div>
<button
......
......@@ -284,7 +284,6 @@ img {
border: 1px solid $grey-4;
border-radius: 4px;
margin-bottom: 13px;
//margin-right: 40px;
@media #{$tablet} {
width: 296px;
}
......@@ -490,7 +489,7 @@ img {
@include cn-bold-20;
cursor: pointer;
&:hover {
background: #0000000d;
background: $grey-6;
}
&.last {
border: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment