Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
a65f3db5
Commit
a65f3db5
authored
Jul 24, 2020
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- 68904327 # Sprint 1 #Answers are not centered
- S68904327 # Sprint 1 #Answers are not centered
parent
d97cece1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
work-preference.component.html
...assessment/work-preference/work-preference.component.html
+1
-1
work-style.component.html
...areer-web/assessment/work-style/work-style.component.html
+1
-1
work-style.component.scss
...areer-web/assessment/work-style/work-style.component.scss
+5
-0
No files found.
frontend/angular/src/app/my-career-web/assessment/work-preference/work-preference.component.html
View file @
a65f3db5
...
@@ -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>
...
...
frontend/angular/src/app/my-career-web/assessment/work-style/work-style.component.html
View file @
a65f3db5
...
@@ -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>
...
...
frontend/angular/src/app/my-career-web/assessment/work-style/work-style.component.scss
View file @
a65f3db5
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment