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
e30ca484
Commit
e30ca484
authored
Jun 18, 2020
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
name wrapping & left sidebar label issue fixed
parent
eb47c8ee
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
9 deletions
+13
-9
dashboard.component.html
...y-career-web/dashboard/dashboard/dashboard.component.html
+2
-2
dashboard.component.scss
...y-career-web/dashboard/dashboard/dashboard.component.scss
+3
-5
home.component.scss
...mponents/my-career-web/dashboard/home/home.component.scss
+3
-0
left-sidebar.component.html
...er-web/dashboard/left-sidebar/left-sidebar.component.html
+1
-1
left-sidebar.component.scss
...er-web/dashboard/left-sidebar/left-sidebar.component.scss
+1
-1
profile-tasks.component.scss
...-web/dashboard/profile-tasks/profile-tasks.component.scss
+3
-0
No files found.
frontend/angular/src/app/components/my-career-web/dashboard/dashboard/dashboard.component.html
View file @
e30ca484
<div
class=
"row"
style=
"height: 100vh;"
*
ngIf=
"!isMobileView"
>
<div
class=
"row"
style=
"
min-
height: 100vh;"
*
ngIf=
"!isMobileView"
>
<div
class=
"col-md-12 dashboard-wrapper"
style=
"padding: 0;"
>
<div
class=
"col-md-12 dashboard-wrapper"
style=
"padding: 0;
min-height: 100vh;
"
>
<div
class=
"dashboard-left-sidebar"
>
<div
class=
"dashboard-left-sidebar"
>
<app-left-sidebar></app-left-sidebar>
<app-left-sidebar></app-left-sidebar>
...
...
frontend/angular/src/app/components/my-career-web/dashboard/dashboard/dashboard.component.scss
View file @
e30ca484
...
@@ -5,24 +5,22 @@
...
@@ -5,24 +5,22 @@
justify-content
:
space-between
;
justify-content
:
space-between
;
height
:
100%
;
height
:
100%
;
background
:
#FAFCFD
;
background
:
#FAFCFD
;
position
:
relative
;
.dashboard
{
.dashboard
{
&
-left-sidebar
,
&
-right-sidebar
{
&
-left-sidebar
,
&
-right-sidebar
{
height
:
100%
;
min-height
:
100vh
;
box-shadow
:
0
0
20px
0
rgba
(
128
,
130
,
133
,
0
.13
);
box-shadow
:
0
0
20px
0
rgba
(
128
,
130
,
133
,
0
.13
);
min-width
:
260px
;
min-width
:
260px
;
width
:
18%
;
width
:
18%
;
background
:
#fff
;
}
}
&
-content
{
&
-content
{
width
:
calc
(
100%
-
520px
);
width
:
calc
(
100%
-
520px
);
}
}
&
-right-sidebar
{
}
}
}
}
}
...
...
frontend/angular/src/app/components/my-career-web/dashboard/home/home.component.scss
View file @
e30ca484
...
@@ -14,6 +14,9 @@
...
@@ -14,6 +14,9 @@
font-weight
:
bold
;
font-weight
:
bold
;
letter-spacing
:
0
;
letter-spacing
:
0
;
line-height
:
32px
;
line-height
:
32px
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
}
}
&
-card
{
&
-card
{
...
...
frontend/angular/src/app/components/my-career-web/dashboard/left-sidebar/left-sidebar.component.html
View file @
e30ca484
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
<div
class=
"go-premium-wrapper"
>
<div
class=
"go-premium-wrapper"
>
<div
class=
"go-premium"
>
<div
class=
"go-premium"
>
<img
src=
"
/
assets/my-career-web/images/go-premium-temp.png"
alt=
""
>
<img
src=
"assets/my-career-web/images/go-premium-temp.png"
alt=
""
>
</div>
</div>
</div>
</div>
...
...
frontend/angular/src/app/components/my-career-web/dashboard/left-sidebar/left-sidebar.component.scss
View file @
e30ca484
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
color
:
#808285
;
color
:
#808285
;
font-family
:
$bodyFont
;
font-family
:
$bodyFont
;
font-size
:
11px
;
font-size
:
11px
;
bottom
:
0
;
bottom
:
20px
;
}
}
.go-premium-wrapper
{
.go-premium-wrapper
{
...
...
frontend/angular/src/app/components/my-career-web/dashboard/profile-tasks/profile-tasks.component.scss
View file @
e30ca484
...
@@ -56,6 +56,9 @@
...
@@ -56,6 +56,9 @@
&
-name
{
&
-name
{
font-weight
:
600
;
font-weight
:
600
;
text-transform
:
uppercase
;
text-transform
:
uppercase
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
}
...
...
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