|
|
|
|
@ -310,16 +310,16 @@
|
|
|
|
|
<br />
|
|
|
|
|
<div class="centerDiv">
|
|
|
|
|
<ion-button *ngIf="userSelected ==true" class="footer-button"
|
|
|
|
|
style="background: var(--newgreen)!important;border-radius: 10px; --background: transparent; " ion-button
|
|
|
|
|
style="background: var(--newgreen)!important;border-radius: 16px; --background: transparent; --border-radius: 16px !important; --box-shadow: none; " ion-button
|
|
|
|
|
(click)="submitAction()">
|
|
|
|
|
{{'general, submit' | translate}}</ion-button>
|
|
|
|
|
|
|
|
|
|
<ion-button *ngIf="isAnswer" class="footer-button"
|
|
|
|
|
style="background: var(--newgreen)!important;border-radius: 10px; --background: transparent; " ion-button
|
|
|
|
|
style="background: var(--newgreen)!important;border-radius: 16px; --background: transparent; --border-radius: 16px !important; --box-shadow: none; " ion-button
|
|
|
|
|
(click)="submitAction()">
|
|
|
|
|
{{'general, submit' | translate}}</ion-button>
|
|
|
|
|
|
|
|
|
|
<ion-button class="footer-button" style="border-radius: 10px; --background: transparent; " ion-button
|
|
|
|
|
<ion-button class="footer-button" style="border-radius: 16px; --background: transparent; --border-radius: 16px !important; --box-shadow: none; " ion-button
|
|
|
|
|
(click)="closeModal()">
|
|
|
|
|
{{'general, cancel' | translate}}</ion-button>
|
|
|
|
|
</div>
|
|
|
|
|
|