This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 33
33
ng-if ="profileVm.categories[track].length > 0"
34
34
)
35
35
36
- img( ng-src ="images/ico-track-{{vm.imgMap[track]}}-outline.svg" )
37
- .name {{track}}
36
+ .name
37
+ img( ng-src ="images/ico-track-{{vm.imgMap[track]}}-outline.svg" )
38
+ | {{track}}
38
39
39
40
.subtrack (
40
41
ng-repeat ="subtrack in profileVm.categories[track]" ,
57
58
58
59
.tag Fulfillment
59
60
61
+ .arrow >
62
+
60
63
hr
61
64
62
65
tc-section( state ="profileVm.status.skills" )
Original file line number Diff line number Diff line change 17
17
align-items : center ;
18
18
margin : 10px 0 ;
19
19
.track {
20
+ margin-top : 22.4px ;
20
21
display : flex ;
21
22
flex-direction : column ;
22
23
cursor : pointer ;
23
24
24
25
.name {
26
+ img {
27
+ height : 21px ;
28
+ width : 21px ;
29
+ margin-right : 5.5px ;
30
+ margin-bottom : -3px ;
31
+ }
25
32
margin : auto ;
26
33
font-family : ' Sofia Pro' ;
27
34
font-weight : 200 ;
28
35
font-size : 19.6px ;
29
36
line-height : 24px ;
37
+ margin-bottom : 10.6px ;
30
38
}
31
39
.subtrack {
32
40
display : flex ;
63
71
font-weight : normal ;
64
72
}
65
73
}
74
+ .arrow {
75
+ font-family : ' Sofia Pro' ;
76
+ font-weight : 200 ;
77
+ color : #cccccc ;
78
+ font-size : 18px ;
79
+ display : flex ;
80
+ flex-direction : column ;
81
+ justify-content : center ;
82
+ }
66
83
}
67
84
.icon {
68
85
width : 80px ;
You can’t perform that action at this time.
0 commit comments