Skip to content
Snippets Groups Projects
Commit 0c7151d1 authored by Cindy's avatar Cindy Committed by bouhaddouzay
Browse files

[TECH] add underline to back button

parent f6456b4d
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
<button class="btn link" (click)="goBack()" i18n="@@goBackButton"> <button class="btn link" (click)="goBack()" i18n="@@goBackButton">
<i class="vitamui-icon vitamui-icon-chevron-left"></i> <i class="vitamui-icon vitamui-icon-chevron-left"></i>
<span>Retour</span> <span class="underline">Retour</span>
</button> </button>
</div> </div>
\ No newline at end of file
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<div> <div>
<button type="button" class="btn link" (click)="selectedIdentityProvider=null"> <button type="button" class="btn link" (click)="selectedIdentityProvider=null">
<i class="vitamui-icon vitamui-icon-chevron-left"></i> <i class="vitamui-icon vitamui-icon-chevron-left"></i>
<ng-container i18n="Back button label@@idpBackButton">Retourner à la liste des IDP</ng-container> <ng-container i18n="Back button label@@idpBackButton"><span class="underline">Retourner à la liste des IDP</span></ng-container>
</button> </button>
<app-identity-provider-details [identityProvider]="selectedIdentityProvider" [domains]="domains" <app-identity-provider-details [identityProvider]="selectedIdentityProvider" [domains]="domains"
[readOnly]="readOnly || selectedIdentityProvider.readonly"></app-identity-provider-details> [readOnly]="readOnly || selectedIdentityProvider.readonly"></app-identity-provider-details>
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</div> </div>
<button type="button" class="btn link" cdkStepperPrevious> <button type="button" class="btn link" cdkStepperPrevious>
<i class="vitamui-icon vitamui-icon-chevron-left"></i> <i class="vitamui-icon vitamui-icon-chevron-left"></i>
<ng-container i18n="Previous step button label@@customerCreateBackButton">Retour</ng-container> <ng-container i18n="Previous step button label@@customerCreateBackButton"><span class="underline">Retour</span></ng-container>
</button> </button>
</div> </div>
</form> </form>
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<button type="button" class="btn link" cdkStepperPrevious> <button type="button" class="btn link" cdkStepperPrevious>
<i class="vitamui-icon vitamui-icon-chevron-left"></i> <i class="vitamui-icon vitamui-icon-chevron-left"></i>
<ng-container i18n="Previous step button label@@profileGroupCreateBackButton"><span>Retour</span></ng-container> <ng-container i18n="Previous step button label@@profileGroupCreateBackButton"><span class="underline">Retour</span></ng-container>
</button> </button>
</div> </div>
</cdk-step> </cdk-step>
......
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
</div> </div>
<button type="button" class="btn link" cdkStepperPrevious> <button type="button" class="btn link" cdkStepperPrevious>
<i class="vitamui-icon vitamui-icon-chevron-left"></i> <i class="vitamui-icon vitamui-icon-chevron-left"></i>
<ng-container i18n="Previous step button label@@customerCreateBackButton"><span>Retour</span></ng-container> <ng-container i18n="Previous step button label@@customerCreateBackButton"><span class="underline">Retour</span></ng-container>
</button> </button>
</div> </div>
</cdk-step> </cdk-step>
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
<button type="button" class="btn link" cdkStepperPrevious> <button type="button" class="btn link" cdkStepperPrevious>
<i class="vitamui-icon vitamui-icon-chevron-left"></i> <i class="vitamui-icon vitamui-icon-chevron-left"></i>
<ng-container i18n="Previous step button label@@customerCreateBackButton"><span>Retour</span></ng-container> <ng-container i18n="Previous step button label@@customerCreateBackButton"><span class="underline">Retour</span></ng-container>
</button> </button>
</div> </div>
</cdk-step> </cdk-step>
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
</div> </div>
<button type="button" class="btn link" cdkStepperPrevious> <button type="button" class="btn link" cdkStepperPrevious>
<i class="vitamui-icon vitamui-icon-chevron-left"></i> <i class="vitamui-icon vitamui-icon-chevron-left"></i>
<ng-container i18n="Previous step button label@@customerCreateBackButton"><span>Retour</span></ng-container> <ng-container i18n="Previous step button label@@customerCreateBackButton"><span class="underline">Retour</span></ng-container>
</button> </button>
</div> </div>
</cdk-step> </cdk-step>
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
</div> </div>
<button type="button" class="back" cdkStepperPrevious> <button type="button" class="back" cdkStepperPrevious>
<i class="material-icons">arrow_back</i> <i class="material-icons">arrow_back</i>
<ng-container i18n="Previous step button label@@accessContractCreateBackButton">Retour</ng-container> <ng-container i18n="Previous step button label@@accessContractCreateBackButton"><span class="underline">Retour</span></ng-container>
</button> </button>
</div> </div>
</cdk-step> </cdk-step>
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
</div> </div>
<button type="button" class="back" cdkStepperPrevious> <button type="button" class="back" cdkStepperPrevious>
<i class="material-icons">arrow_back</i> <i class="material-icons">arrow_back</i>
<ng-container i18n="Previous step button label@@accessContractCreateBackButton">Retour</ng-container> <ng-container i18n="Previous step button label@@accessContractCreateBackButton"><span class="underline">Retour</span></ng-container>
</button> </button>
</div> </div>
</cdk-step> </cdk-step>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</div> </div>
<button type="button" class="btn link" cdkStepperPrevious> <button type="button" class="btn link" cdkStepperPrevious>
<i class="vitamui-icon vitamui-icon-chevron-left"></i> <i class="vitamui-icon vitamui-icon-chevron-left"></i>
Retour <span class="underline">Retour</span>
</button> </button>
</div> </div>
</cdk-step> </cdk-step>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment