This repository was archived by the owner on Oct 1, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11< a *ngIf ="!!githubUrl " mat-button [href] ="githubUrl ">
2- < mat-icon [ngStyle] =" {'color': '#6f066f'} " fontSet ="fa " fontIcon ="fa-github "> </ mat-icon >
2+ < mat-icon class =" icon-github " fontSet ="fa " fontIcon ="fa-github "> </ mat-icon >
33</ a >
44< a *ngIf ="!!twitterUrl " mat-button [href] ="twitterUrl ">
5- < mat-icon [ngStyle] =" {'color': '#4073d4'} " fontSet ="fa " fontIcon ="fa-twitter "> </ mat-icon >
5+ < mat-icon class =" icon-twitter " fontSet ="fa " fontIcon ="fa-twitter "> </ mat-icon >
66</ a >
77< a *ngIf ="!!linkedinUrl " mat-button [href] ="linkedinUrl ">
8- < mat-icon [ngStyle] =" {'color': '#4288b3'} " fontSet ="fa " fontIcon ="fa-linkedin "> </ mat-icon >
8+ < mat-icon class =" icon-linkedin " fontSet ="fa " fontIcon ="fa-linkedin "> </ mat-icon >
99</ a >
Original file line number Diff line number Diff line change 1+ @import " ../../../styles/colors" ;
2+
13a .mat-button {
24 font-size : 25px ;
35}
6+
7+ .icon-github {
8+ color : $icon-color-github ;
9+ }
10+
11+ .icon-twitter {
12+ color : $icon-color-twitter ;
13+
14+ }
15+
16+ .icon-linkedin {
17+ color : $icon-color-linkedin ;
18+ }
Original file line number Diff line number Diff line change 1+ $icon-color-github : #6f066f ;
2+ $icon-color-twitter : #4073d4 ;
3+ $icon-color-linkedin : #3D7CA4 ;
You can’t perform that action at this time.
0 commit comments