Commit d0c77e3c by Muhammad Usman

home scss fixes

parent da50c697
...@@ -104,8 +104,9 @@ ...@@ -104,8 +104,9 @@
position: absolute; position: absolute;
left: 0; left: 0;
bottom: -7px; bottom: -7px;
height: 1px;
width: 47px; width: 47px;
height: 3px;
background: #F37124;
border: 1px solid #F37124; border: 1px solid #F37124;
} }
} }
......
...@@ -34,7 +34,6 @@ export class HomeComponent extends BaseComponent implements OnInit { ...@@ -34,7 +34,6 @@ export class HomeComponent extends BaseComponent implements OnInit {
.subscribe(profile => { .subscribe(profile => {
this.careerProfile = this.us.cloneObject(profile); this.careerProfile = this.us.cloneObject(profile);
}); });
this.ts.warning('You have completed your Career History, one step closer to done.')
} }
getCareerProfile(): void { getCareerProfile(): void {
......
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