Skip to content
Snippets Groups Projects
Commit 390cf90a authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

fix(orientation): rdv button display bug

parent 84898bef
Branches
Tags
2 merge requests!608V2.4.2,!595Resolve "[Orientation] : pb affichage bouton RDV"
......@@ -72,14 +72,24 @@
tabindex="0"
fxLayout="row"
fxLayoutGap="6px"
class="rdv-button"
class="hide-on-mobile rdv-button"
[style]="buttonTypeEnum.modalPrimary"
[type]="'form'"
[text]="'Demander un RDV'"
[text]="'Demander RDV'"
[iconBtn]="'appointement'"
[iconPos]="'left'"
(click)="cardRDV(); $event.stopPropagation()"
(keyup.enter)="cardRDV(); $event.stopPropagation()"
/>
<app-button
tabindex="0"
class="hide-on-desktop"
[style]="buttonTypeEnum.modalPrimary"
[type]="'form'"
[text]=""
[iconBtn]="'appointement'"
(click)="cardRDV(); $event.stopPropagation()"
(keyup.enter)="cardRDV(); $event.stopPropagation()"
/>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment