Commit a65f3db5 by Muhammad Usman

- 68904327 # Sprint 1 #Answers are not centered

-	S68904327 # Sprint 1 #Answers are not centered
parent d97cece1
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<ng-container *ngIf="!isBack"> <ng-container *ngIf="!isBack">
<hr class="mt-5"> <hr class="mt-5">
<div class="d-flex justify-content-center mt-5"> <div class="d-flex justify-content-center mt-4">
<button class="ui-button-info mc-btn-primary" [disabled]="isLoading" (click)="initiateWorkPreference(true)" *ngIf="workPreferenceQuestion.QuestionNo > 1" pButton label="Go Back"></button> <button class="ui-button-info mc-btn-primary" [disabled]="isLoading" (click)="initiateWorkPreference(true)" *ngIf="workPreferenceQuestion.QuestionNo > 1" pButton label="Go Back"></button>
</div> </div>
</ng-container> </ng-container>
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<ng-container *ngIf="!isBack"> <ng-container *ngIf="!isBack">
<hr class="mt-5"> <hr class="mt-5">
<div class="d-flex justify-content-center mt-5"> <div class="d-flex justify-content-center mt-4">
<button class="ui-button-info mc-btn-primary" (click)="initiateWorkStyle(true)" *ngIf="workStyleQuestion.QuestionNo > 1" pButton label="Go Back"></button> <button class="ui-button-info mc-btn-primary" (click)="initiateWorkStyle(true)" *ngIf="workStyleQuestion.QuestionNo > 1" pButton label="Go Back"></button>
</div> </div>
</ng-container> </ng-container>
......
...@@ -123,6 +123,8 @@ ...@@ -123,6 +123,8 @@
color: $darkColor; color: $darkColor;
font-family: $bodyFont; font-family: $bodyFont;
font-size: 18px; font-size: 18px;
width: 250px;
max-width: 250px;
} }
.extreme-label-left { .extreme-label-left {
...@@ -131,11 +133,14 @@ ...@@ -131,11 +133,14 @@
.extreme-label-right { .extreme-label-right {
margin-left: 10px; margin-left: 10px;
text-align: right;
} }
.answer-options { .answer-options {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center;
flex: 1;
.option-value { .option-value {
width: 40px; width: 40px;
......
Markdown is supported
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